Skip to content

Instantly share code, notes, and snippets.

@bakineggs
Created February 15, 2013 22:10
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 bakineggs/4963982 to your computer and use it in GitHub Desktop.
Save bakineggs/4963982 to your computer and use it in GitHub Desktop.
describe "#my_method" do
before do
@blog_post = FactoryGirl.create(:blog_post)
end
it "should do something" do
@blog_post.title.should == 'mytitle'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment