Rakefile in spine-rails-0.0.1 vs Rakefile in spine-rails-0.0.2
- old
+ new
@@ -1,2 +1,10 @@
require 'bundler'
Bundler::GemHelper.install_tasks
+
+# require "spec/rake/spectask"
+# desc "Run all examples"
+# Spec::Rake::SpecTask.new(:spec) do |t|
+# t.ruby_opts = ['-r test/unit']
+# t.spec_opts = %w[--color]
+# end
+task :default => :spec
\ No newline at end of file