Skip to content

Commit

Permalink
Remove MiniTest 6 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed May 3, 2017
1 parent 0cbf518 commit ea000dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resource_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def setup
end

def test_id_is_nil
assert_equal nil, ContactForm.new.id
assert_nil ContactForm.new.id
end

def test_is_always_a_new_record
Expand Down

0 comments on commit ea000dc

Please sign in to comment.