8 lines
132 B
Ruby
8 lines
132 B
Ruby
require 'test_helper'
|
|
|
|
class OpenFestTest < ActiveSupport::TestCase
|
|
test "truth" do
|
|
assert_kind_of Module, OpenFest
|
|
end
|
|
end
|