Rakefile in taps-0.3.7 vs Rakefile in taps-0.3.8
- old
+ new
@@ -61,6 +61,12 @@
else
system "bacon #{File.dirname(__FILE__)}/spec/*_spec.rb"
end
end
+desc "copy/paste env vars for dev testing"
+task :env do
+ puts "export RUBYLIB='#{File.dirname(__FILE__) + '/lib'}'"
+ puts "export RUBYOPT='-rrubygems'"
+end
+
task :default => :spec