Skip to content

Commit

Permalink
fix spec/console
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jul 28, 2011
1 parent ae6f5fc commit 2487eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/console_fixtures.rb
@@ -1,7 +1,7 @@
require 'bundler'
Bundler.setup

require 'will_paginate/finders/active_record'
require 'will_paginate/active_record'
require 'finders/activerecord_test_connector'

ActiverecordTestConnector.setup
Expand All @@ -27,4 +27,4 @@
ActiverecordTestConnector::Fixtures.create_fixtures \
ActiverecordTestConnector::FIXTURES_PATH, ActiveRecord::Base.connection.tables

WillPaginate::Finders::ActiveRecord.enable!
WillPaginate::ActiveRecord.setup

0 comments on commit 2487eb1

Please sign in to comment.