diaspora/test/selenium/sample_webrat_test.rb
2010-08-19 15:44:23 -07:00

7 lines
131 B
Ruby

class SampleWebratTest < ActionController::IntegrationTest
def test_widget
visit "/"
assert_contain "sign in"
end
end