Rakefile in motion-sparkle-sandbox-2.0.0 vs Rakefile in motion-sparkle-sandbox-2.0.1
- old
+ new
@@ -1,8 +1,3 @@
-require 'bundler/gem_tasks'
+# frozen_string_literal: true
-desc "Run all the specs"
-task :spec do
- sh "bundle exec bacon -q #{FileList['spec/*_spec.rb'].join(' ')}"
-end
-task :default => :spec
-task :test => :spec
+require 'bundler/gem_tasks'