Rakefile in datapipes-0.0.1 vs Rakefile in datapipes-0.0.2

- old
+ new

@@ -1,6 +1,12 @@ require "bundler/gem_tasks" +require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new :spec do |t| + t.rspec_opts = "-fd -c" +end +task :default => :spec