Skip to content

Commit

Permalink
use refute instead of assert !
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Feb 25, 2015
1 parent 2a78a34 commit f37fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data_structures/column_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_equality
assert @column == column2

# special comparisons
assert !@column.nil?
refute @column.nil?
assert @column != ''
assert @column != 0
end
Expand Down

0 comments on commit f37fd3e

Please sign in to comment.