Commit Graph

9 Commits

Author SHA1 Message Date
Sean Linsley 1e52e791ff _path helpers are no longer available in mailers
https://github.com/rails/rails/pull/15840
2016-07-04 15:16:35 -05:00
Andrew Haines 3b092b2248 Add more route helper integration specs 2013-07-14 16:03:16 +01:00
Andrew Haines afa97bb401 Add decorates_assigned method to controllers 2013-02-07 01:00:48 +00:00
Andrew Haines 3d07cb387b Prevent leaking view contexts between tests 2013-01-19 21:55:57 +00:00
Andrew Haines fa2d5274a6 More integration specs 2013-01-16 16:30:53 +00:00
Andrew Haines cfbc3888e9 Add mailer specs
Closes #316
2012-11-13 20:32:29 +00:00
Andrew Haines cef5e628be Integration tests for all environments
The problem with using Cucumber is that it runs the dummy app in the
test environment. Because the view context behaviour is dependent on
environment, we need to test it running on an actual server.
2012-11-12 19:59:43 +00:00
Steve Klabnik 6b5b0a77ee Added first integration test
This test tests the following Draper features:

1) finders
2) decorates
3) using a decorated method

It also is the first test that verifies that the whole Cucumber setup
actually works properly.
2012-10-19 14:12:27 -03:00
Steve Klabnik 90a4859085 Adding cucumber stuff for integration testing.
I've embedded a little Rails app so that we can write cuke tests and
make sure that stuff doesn't break. Woo!

This was generated by making a rails engine, then copying just the
app over.

Thanks @nashby for fixing my stupid bug with sqlite3; it had to be
added as a development dependency. ❤️
2012-10-19 14:12:27 -03:00