7 lines
131 B
Ruby
7 lines
131 B
Ruby
class SampleWebratTest < ActionController::IntegrationTest
|
|
|
|
def test_widget
|
|
visit "/"
|
|
assert_contain "sign in"
|
|
end
|
|
end
|