Skip to content

Commit

Permalink
Resolve test warning for wont_be_nil method
Browse files Browse the repository at this point in the history
  • Loading branch information
tomorrowkey committed Jan 5, 2021
1 parent 4770031 commit cb407ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/candy_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
subject { CandyCheck }

it "has a version" do
subject::VERSION.wont_be_nil
_(subject::VERSION).wont_be_nil
end
end

0 comments on commit cb407ac

Please sign in to comment.