To run just one module:
rspec spec/models/user_spec.rb -e “should have an encrypted password attribute”
March 18, 2012
Comments Off on RoR: Rspec run 1 module
To run just one module:
rspec spec/models/user_spec.rb -e “should have an encrypted password attribute”