orbit-basic/vendor/built_in_modules/survey/test/survey_test.rb

8 lines
128 B
Ruby
Raw Permalink Normal View History

2013-04-29 13:33:43 +00:00
require 'test_helper'
class SurveyTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Survey
end
end