Skip to content

Instantly share code, notes, and snippets.

require 'watir-webdriver'
describe 'A Website' do
before(:all) { @browser = Watir::Browser.new :firefox }
it 'contains "Mozilla"' do
@browser.goto 'http://mozilla.org/'
@browser.text.should include 'Mozilla'
end
@caiges
caiges / Django Apps
Created April 28, 2010 17:15
List of Django Apps
django-mingus
django-ratings
django-ajax-validation
django-google-analytics
django-mailer