Skip to content

Instantly share code, notes, and snippets.

@gabetax
Last active December 15, 2015 09:49
Show Gist options
  • Save gabetax/5240879 to your computer and use it in GitHub Desktop.
Save gabetax/5240879 to your computer and use it in GitHub Desktop.
describe "show foo" do
let(:foo) { FactoryGirl.create :foo }
it "should load" do
visit foo_path(foo)
page.path.should == foo_path
page.status_code.should == 200
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment