11 lines
177 B
Ruby
11 lines
177 B
Ruby
|
require 'test_helper'
|
||
|
|
||
|
class RightTest < ActionDispatch::IntegrationTest
|
||
|
fixtures :all
|
||
|
|
||
|
# Replace this with your real tests.
|
||
|
test "the truth" do
|
||
|
assert true
|
||
|
end
|
||
|
end
|