Commit Graph

9 Commits

Author SHA1 Message Date
Cliff Braton bcbfed6f3f Fix the indeterminate test issue. (#791)
The issue was due to a couple describe blocks
not matching the definition in .
Since their name didn't match,
wasn't getting included in the minitest-specs. Since the
teardown didn't exist, the view context leaked to the
next tests to be ran.
2017-03-31 14:25:00 -05:00
Cliff Braton bcf6bdcf4a Remove previously deprecated functionality. (#785) 2017-03-29 10:26:07 -05:00
Sean Linsley 8896b9416e use the new subject syntax
I just guessed at this — it was getting a no method error without this
change
2016-07-04 15:16:35 -05:00
Andrew Haines bd67b96799 Avoid minitest-rails deprecation warning 2013-04-04 22:14:12 +01:00
Andrew Haines 5c1aa5a0bb Remove `stub` from Devise helper
Closes #439
2013-01-25 17:42:56 +00:00
Andrew Haines 50a3435acb Store helper proxies instead of raw view contexts
Closes #436.
2013-01-24 00:23:39 +00:00
Andrew Haines 3d07cb387b Prevent leaking view contexts between tests 2013-01-19 21:55:57 +00:00
Andrew Haines b4a5839345 Remove some scaffolding 2012-11-10 16:50:09 +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