philosophie / suspenders

A Rails template with our standard defaults, ready to deploy to Heroku.
MIT License
2 stars 1 forks source link

Explicitly include spec_helper in rails_helper and remove .rspec #85

Closed lexi-lambda closed 9 years ago

lexi-lambda commented 9 years ago

fixes #84

taboularasa commented 9 years ago

@lexi-lambda where is .rspec being generated from? is there a way to just not make that file in the first place?

lexi-lambda commented 9 years ago

@taboularasa It comes from rails new, so probably not.

lexi-lambda commented 9 years ago

Er, not rails new, rails g rspec:install. Either way, it's probably not going to be possible to disable that.

taboularasa commented 9 years ago

:shipit: