Add resque_spec to test queuing mail.
This commit is contained in:
parent
6617eaaf9b
commit
5303cc285a
6 changed files with 13 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -77,4 +77,5 @@ group :test do
|
|||
gem "simplecov", :require => false
|
||||
gem "shoulda-matchers"
|
||||
gem 'email_spec'
|
||||
gem 'resque_spec'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue