Displaying 3 results from an estimated 3 matches for "model_spec".
Did you mean:
mod_spec
2013 Jun 18
1
Getting rspec error: Net::SMTPServerBusy: Relay access denied
I''m trying to test registration emails (sent with devise), and I keep
getting the error:
Net::SMTPServerBusy: 454 4.7.1 <model_spec-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org>: Relay access denied
I''m running Rails 3.2.11 with Capybara, and I have (temporarily) chopped my
spec_helper.rb and test.rb files down to the bare minimum, still getting
the error above.
spec_helper.rb:
require ''rubygems''
requ...
2006 Nov 22
1
rspec_on_rails (MissingSourceFile)
...(MissingSourceFile)
Here''s my vendor/generators dir :
vendor/generators
|-- rspec_controller
| |-- USAGE
| |-- rspec_controller_generator.rb
| `-- templates
| `-- controller_spec.rb
`-- rspec_model
|-- USAGE
|-- rspec_model_generator.rb
`-- templates
`-- model_spec.rb
No rspec/lib/rspec_on_rails in there???
There is a vendor/plugins/rspec/lib/rspec_on_rails.rb file however.
I''m stumped. Any ideas ?
Keith
2006 Nov 22
0
rspec_on_rails MissingSourceFile
...issingSourceFile)
Here''s my vendor/generators dir :
vendor/generators
|-- rspec_controller
| |-- USAGE
| |-- rspec_controller_generator.rb
| `-- templates
| `-- controller_spec.rb
`-- rspec_model
|-- USAGE
|-- rspec_model_generator.rb
`-- templates
`-- model_spec.rb
No rspec/lib/rspec_on_rails in there???
There is a vendor/plugins/rspec/lib/rspec_on_rails.rb file however.
I''m stumped. Any ideas ?
Keith