Skip to content

Instantly share code, notes, and snippets.

@epall
Created January 23, 2011 04:33
Show Gist options
  • Save epall/791819 to your computer and use it in GitHub Desktop.
Save epall/791819 to your computer and use it in GitHub Desktop.
require "test_helper"
class MixedInTest < ActiveSupport::TestCase
include Sauce::SeleniumForTestUnit
test "my app" do
@browser.open "/"
assert @browser.is_text_present("Welcome aboard")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment