Rakefile in furnace-0.3.1 vs Rakefile in furnace-0.4.0.beta.1

- old
+ new

@@ -3,14 +3,10 @@ task :default => :test desc "Run test suite" task :test do - require 'bacon' - Bacon.summary_at_exit - Dir["test/**/*_test.rb"].each do |file| - load file - end + sh "bacon test/*_test.rb" end PAGES_REPO = 'git@github.com:whitequark/furnace' desc "Build and deploy documentation to GitHub pages"