1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/dummy
Morgan Lieberthal f4bb26bd53 Updated all specs to RSpec 3.0 syntax
Change specs to use synax `expect(OBJECT).to EXPECTATION` rather that
`OBJECT.should`. Changed all `OBJECT.stub(METHOD)` to `allow(OBJECT).to
receive(:method)`

Change one-liners to use syntax: `it { is_expected.to XXX }` rather than
`it { should }`.
2015-08-27 01:08:59 -06:00
..
app Hacking around Rails 4.2 incompatibilities 2015-03-26 21:48:51 -06:00
bin Rails 4 compatibility 2013-01-15 11:23:54 +00:00
config Fixed dummy mongoid config. 2014-05-06 17:24:37 +03:00
db Integration tests for all environments 2012-11-12 19:59:43 +00:00
fast_spec Updated all specs to RSpec 3.0 syntax 2015-08-27 01:08:59 -06: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 Updated all specs to RSpec 3.0 syntax 2015-08-27 01:08:59 -06:00
test Avoid minitest-rails deprecation warning 2013-04-04 22:14:12 +01: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