flop/test/flop_test.rb
2014-08-18 10:49:35 +02:00

8 lines
146 B
Ruby

require 'test_helper'
class FlopTest < Minitest::Test
def test_that_return_feature
assert_instance_of Flop::Feature, Flop[:test]
end
end