Skip to content

Instantly share code, notes, and snippets.

@SeanRoberts
Created August 30, 2011 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanRoberts/1181414 to your computer and use it in GitHub Desktop.
Save SeanRoberts/1181414 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe 'As a search engine viewing a page' do
before do
visit "/"
end
it "should please just run this test" do
1.should == 1
end
end
#############
1) As a search engine viewing a page should please just run this test
Failure/Error: visit "/"
NoMethodError:
undefined method `status' for #<Capybara::Session:0x10564c548>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment