Skip to content

Commit

Permalink
Added SetupAndTeardownAdapter to mailer and request specs
Browse files Browse the repository at this point in the history
- Closes rspec#141.
  • Loading branch information
brasten authored and dchelimsky committed Jul 31, 2010
1 parent cbf623a commit 6716c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rspec/rails/example/mailer_example_group.rb
Expand Up @@ -4,6 +4,7 @@ module MailerExampleGroup
extend ActiveSupport::Concern
extend RSpec::Rails::ModuleInclusion

include RSpec::Rails::SetupAndTeardownAdapter
include ActionMailer::TestCase::Behavior
include Webrat::Matchers
include RSpec::Matchers
Expand Down
1 change: 1 addition & 0 deletions lib/rspec/rails/example/request_example_group.rb
Expand Up @@ -16,6 +16,7 @@ module RequestExampleGroup
extend RSpec::Rails::ModuleInclusion

include ActionDispatch::Integration::Runner
include RSpec::Rails::SetupAndTeardownAdapter
include RSpec::Rails::TestUnitAssertionAdapter
include ActionDispatch::Assertions
include Webrat::Matchers
Expand Down

0 comments on commit 6716c8b

Please sign in to comment.