1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/dummy
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
..
app Add support for custom default controller configuration (#788) 2017-03-31 09:05:15 -05:00
bin Rails 4 compatibility 2013-01-15 11:23:54 +00:00
config Add support for custom default controller configuration (#788) 2017-03-31 09:05:15 -05:00
db Integration tests for all environments 2012-11-12 19:59:43 +00:00
fast_spec Fix deprecations and possible false positive issue in tests. (#781) 2017-03-27 22:19:18 -05:00
lib/tasks Prevent leaking view contexts between tests 2013-01-19 21:55:57 +00:00
log Adding cucumber stuff for integration testing. 2012-10-19 14:12:27 -03:00
public Adding cucumber stuff for integration testing. 2012-10-19 14:12:27 -03:00
script Adding cucumber stuff for integration testing. 2012-10-19 14:12:27 -03:00
spec Add support for custom default controller configuration (#788) 2017-03-31 09:05:15 -05:00
test Fix the indeterminate test issue. (#791) 2017-03-31 14:25:00 -05:00
.rspec Integration tests for all environments 2012-11-12 19:59:43 +00:00
config.ru Adding cucumber stuff for integration testing. 2012-10-19 14:12:27 -03:00
Rakefile Adding cucumber stuff for integration testing. 2012-10-19 14:12:27 -03:00