Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Created May 5, 2012 20:10
Show Gist options
  • Save Spaceghost/2605275 to your computer and use it in GitHub Desktop.
Save Spaceghost/2605275 to your computer and use it in GitHub Desktop.
ProjectQuest git:master ❯ rspec spec/model/project.rb ✹
Project
should respond to [:name, :name=]
should respond to [:description, :description=]
should respond to [:public?, :public=]
public? defaults to false
validations
should require name to be set
Finished in 0.03361 seconds
5 examples, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment