Skip to content

Commit

Permalink
do a bit of housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Oct 27, 2011
1 parent 877d661 commit efa9c51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Rcov::RcovTask.new do |test|
test.rcov_opts << '--exclude "gems/*"'
end

task :default => :test
Dir['tasks/**/*.rake'].each { |t| load t }
task :default => :spec

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
Expand Down
1 change: 0 additions & 1 deletion lib/fake_arel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
require 'fake_arel/selectable_includes'

module FakeArel
VERSION = '0.9.9'
ActiveRecord::Base.send :include, Rails3Finders
ActiveRecord::Base.send :include, WithScopeReplacement
end
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
require 'fake_arel'
gem 'sqlite3-ruby'

require 'ruby-debug'
Debugger.start

ActiveRecord::Base.establish_connection(:adapter => 'sqlite3', :database => 'spec/test.db')
ActiveRecord::Base.logger = Logger.new(STDOUT) if $0 == 'irb'

Expand Down

0 comments on commit efa9c51

Please sign in to comment.