Sha256: 288b8d192a90c05038c963c8724e56a39f476f9568f40109663298971eef9bee

Contents?: true

Size: 190 Bytes

Versions: 2

Compression:

Stored size: 190 Bytes

Contents

module RubyQuiz1
  describe StandardDeck do

    it "has the right cards in the right order" do
      expect(subject.collect(&:total_value)).to eq (1..52).to_a + [53, 53]
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby_quiz_1-0.0.2 spec/lib/ruby_quiz_1/decks/standard_deck_spec.rb
ruby_quiz_1-0.0.1 spec/lib/ruby_quiz_1/decks/standard_deck_spec.rb