Skip to content

Commit

Permalink
Remove multi_rails from spec_helper until I can figure out how to mak…
Browse files Browse the repository at this point in the history
…e it work with RSpec.
  • Loading branch information
bkeepers committed Dec 30, 2008
1 parent c1acd59 commit 76858b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require 'rake/rdoctask'

desc 'Default: run specs.'
task :default => :spec
Rake::Task[:default].prerequisites.clear

desc 'Test the acts_as_audited plugin'
Spec::Rake::SpecTask.new(:spec) do |t|
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ENV["RAILS_ENV"] = "test"
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'rubygems'
require 'multi_rails_init'
require 'active_record'
require 'action_controller'
require 'action_view'
Expand Down

0 comments on commit 76858b5

Please sign in to comment.