Skip to content

Commit

Permalink
Fix typo in spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
betamatt committed May 31, 2011
1 parent 24676ee commit ba34067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -25,7 +25,7 @@
ActionMailer::Base.send(:extend, Delayed::DelayMail)


# Used to test interactions between AR and an ORM
# Used to test interactions between DJ and an ORM
ActiveRecord::Base.establish_connection :adapter => 'sqlite3', :database => ':memory:'
ActiveRecord::Base.logger = Delayed::Worker.logger
ActiveRecord::Migration.verbose = false
Expand Down

0 comments on commit ba34067

Please sign in to comment.