feeds/test/feeds_test.rb

8 lines
126 B
Ruby
Raw Permalink Normal View History

2015-07-07 11:51:56 +00:00
require 'test_helper'
class FeedsTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Feeds
end
end