Skip to content

Commit

Permalink
Drop load_test, it seems pretty meaningless as of bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact committed Feb 5, 2012
1 parent 91d0028 commit 20af02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
9 changes: 2 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Jeweler::GemcutterTasks.new

Dir['tasks/**/*.rake'].each { |t| load t }

task :default => [:test, :spec, 'test:load']
task :all => [:libxml, :nokogiri, 'test:load']
task :default => [:test, :spec]
task :all => [:libxml, :nokogiri]
task :libxml => ['test:libxml', 'spec:libxml']
task :nokogiri => ['test:nokogiri', 'spec:nokogiri']

Expand Down Expand Up @@ -89,11 +89,6 @@ namespace :test do
Rake::Task["test"].invoke
end

task :load do
`ruby test/load_test.rb`
puts "Load Success!" if $?.success?
end

desc "Runs tests under RCOV"
task :rcov do
system "rcov -T --no-html -x '^/' #{FileList['test/unit/*_test.rb']}"
Expand Down
6 changes: 0 additions & 6 deletions test/load_test.rb

This file was deleted.

0 comments on commit 20af02d

Please sign in to comment.