JDutil / contact_us

Gem providing simple Contact Form functionality with a Rails 3+ Engine.
http://contact-us-demo.herokuapp.com
MIT License
135 stars 57 forks source link

Allows parent app to add attributes #22

Closed betesh closed 11 years ago

JDutil commented 11 years ago

Thanks for reopening a clean request. Could you add a test for this as well though? Otherwise it may accidentally regress during an update.

JDutil commented 11 years ago

The basic command for running the spec suite is:

$ bundle exec rspec spec

Theres some good documentation on rspec at https://www.relishapp.com/rspec/rspec-rails/docs or you could google for some screencasts too.

JDutil commented 11 years ago

I've decided to close this until there is specs.