Rakefile in table-for-3.3.0 vs Rakefile in table-for-3.4.0
- old
+ new
@@ -1,10 +1,8 @@
require 'rspec/core/rake_task'
require 'bundler/gem_tasks'
# Default directory to look in is `/specs`
# Run with `rake spec`
-RSpec::Core::RakeTask.new(:spec) do |task|
- task.rspec_opts = ['--color', '--format', 'nested']
-end
+RSpec::Core::RakeTask.new(:spec)
-task :default => :spec
\ No newline at end of file
+task :default => :spec