Navigation Menu

Skip to content

Commit

Permalink
schema Add test for ColumnIndexOptions#position
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Feb 19, 2014
1 parent d59ee44 commit 2ebc53e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/unit/catalog/test_schema.rb
Expand Up @@ -178,6 +178,13 @@ def test_weight
"weight" => true
}).weight)
end

def test_position
assert_equal(true,
create_options({
"position" => true
}).position)
end
end
end
end

0 comments on commit 2ebc53e

Please sign in to comment.