Skip to content

Instantly share code, notes, and snippets.

@netodevel
Created March 2, 2016 20:01
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 netodevel/6ace9a925d49df7ac303 to your computer and use it in GitHub Desktop.
Save netodevel/6ace9a925d49df7ac303 to your computer and use it in GitHub Desktop.
describe List do
before(:each) do
@list = List.new
end
it "should be valid" do
@list.should be_valid
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment