Skip to content
Snippets Groups Projects
Commit e40f0fc7 authored by Alex Reisner's avatar Alex Reisner
Browse files

Clean up test code.

parent f723a647
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,6 @@ class MongoidTest < Test::Unit::TestCase ...@@ -33,6 +33,6 @@ class MongoidTest < Test::Unit::TestCase
def test_index_is_skipped_if_skip_option_flag def test_index_is_skipped_if_skip_option_flag
result = PlaceWithoutIndex.index_options.keys.flatten[0] == :coordinates result = PlaceWithoutIndex.index_options.keys.flatten[0] == :coordinates
assert_equal result, false assert !result
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment