Skip to content

Commit

Permalink
Complete assignment TheOdinProject#2
Browse files Browse the repository at this point in the history
  • Loading branch information
missopi committed Aug 18, 2023
1 parent 8843840 commit d6b6b3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/13_input_output_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@
# Create a new instance of NumberGame and write a test for when the @guess
# does not equal @solution.
context 'when user guess is not correct' do
subject(:game_finished) { described_class.new(4, '6') }
# remove the 'x' before running this test
xit 'is not game over' do
it 'is not game over' do
expect(game_finished).not_to be_game_over
end
end
end
Expand Down

0 comments on commit d6b6b3b

Please sign in to comment.