Rakefile in space2dot-0.1.2 vs Rakefile in space2dot-0.1.3
- old
+ new
@@ -1,9 +1,8 @@
-require 'bundler/gem_tasks'
+# coding: utf-8
-Bundler.setup
+require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
-desc 'run spec'
-RSpec::Core::RakeTask.new(:spec) do |t|
- t.rspec_opts = ['-c', '-fs']
-end
+RSpec::Core::RakeTask.new(:spec)
+
+task default: :spec