Skip to content
Philipp Hansch edited this page Mar 14, 2014 · 3 revisions

Testing

Using Rspec and Capybara, we try to write tests for the following:

  • Integration specs: spec/features
  • Helper specs: spec/helpers
  • Controller specs: spec/controllers
  • Model specs: spec/models

Factories are located in spec/factories