flop/test/flop_test.rb

8 lines
146 B
Ruby
Raw Permalink Normal View History

2014-08-18 10:49:35 +02:00
require 'test_helper'
class FlopTest < Minitest::Test
def test_that_return_feature
assert_instance_of Flop::Feature, Flop[:test]
end
end