Sha256: f5ca6c8cfece390478d09b81ae11dae92893db02d6da732f9877a5f020617f57

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

require 'twenty_one/face_card'

include TwentyOne

describe FaceCard do
	
	it 'should create a playing card value at 10' do
		face_card = FaceCard.new :club, :king

		expect(face_card.value).to eq(10)
	end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twenty_one-0.1.1 spec/lib/face_card_spec.rb
twenty_one-0.1.0 spec/lib/face_card_spec.rb