SeleniumRC Spec Rails plugin to integrate SeleniumRC with RSpec on Rails. Synopsis spec/selenium/toppage_spec.rb: require File.join(File.dirname(__FILE__), '..', 'spec_helper') story "A reader visits our site" do senario "The reader", "views our toppage" do # You can use "he", "she" or "ve" she.opens "/" she.gets_title; it.should == "Hello, World!" end end Installation $ script/plugin install [-x]