rosa-build/test/integration/right_test.rb

11 lines
177 B
Ruby
Raw Normal View History

2011-10-21 16:41:03 +01:00
require 'test_helper'
class RightTest < ActionDispatch::IntegrationTest
fixtures :all
# Replace this with your real tests.
test "the truth" do
assert true
end
end