thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers
Elliot Winkler a9ab35117b Ensure that we are req'd after rspec in tests
Currently before running unit tests we are getting auto-required before
rspec-rails is getting required. This is bad because we need to wait
until rspec-rails is loaded before injecting Shoulda::Matchers::* into
the current RSpec context, otherwise matchers that clash with
rspec-rails (such as `render_template` will get overridden).

This is happening when creating and booting the Rails application.
Bundler will auto-require any gems in the Gemfile. One of these gems is
ourselves (via the `gemspec` line). Since there aren't any dependencies
in the gemspec, there's no need for us to be in the Gemfile.

This means that we no longer have to explicit `include` Rails
ActionController template assertions in the tests for `render_template`
as they should get included automatically for us.
2014-12-25 00:44:54 -05:00
..
action_controller Ensure that we are req'd after rspec in tests 2014-12-25 00:44:54 -05:00
active_model Fix test suite to properly tag example groups 2014-12-25 00:44:53 -05:00
active_record Fix test suite to properly tag example groups 2014-12-25 00:44:53 -05:00
doublespeak Convert from Mocha to RSpec Mocks 2014-11-19 16:43:32 -07:00
independent Add with_prefix to delegate_method 2014-12-15 22:38:27 -07:00
doublespeak_spec.rb Convert from Mocha to RSpec Mocks 2014-11-19 16:43:32 -07:00