Rakefile in ar2gostruct-0.1.1 vs Rakefile in ar2gostruct-0.2.0
- old
+ new
@@ -1,7 +1,14 @@
require "bundler/gem_tasks"
+
+task :default => :spec
+
+require 'rspec/core/rake_task'
+RSpec::Core::RakeTask.new do |t|
+ t.rspec_opts = ["--color", '--format doc']
+end
\ No newline at end of file