Commit Graph

11 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 3d07cb387b Prevent leaking view contexts between tests 2013-01-19 21:55:57 +00:00
Andrew Haines 2bfa25a5ad Revamp specs
* Use the new `expect().to` syntax
* Avoid general fixtures by minimizing usage of `let` and `subject`
* Define as few support classes as possible, and use them for name
  lookup only - all behavior is introduced by stubbing
2013-01-17 12:47:25 +00:00
Andrew Haines fa2d5274a6 More integration specs 2013-01-16 16:30:53 +00:00
Andrew Haines d528fffe78 Rails 3.0 compatibility 2013-01-12 16:34:55 +00:00
Andrew Haines d98f623938 Fix rbx 2012-11-16 11:55:34 +00:00
Andrew Haines 067ecd3153 Exorcise poltergeist 2012-11-16 10:41:50 +00:00
Andrew Haines 21418f1890 Make integration spec failures more descriptive 2012-11-16 10:11: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