Rakefile in omniauth_cobot-0.1.0 vs Rakefile in omniauth_cobot-0.2.0
- old
+ new
@@ -1,2 +1,11 @@
require 'bundler'
Bundler::GemHelper.install_tasks
+
+require 'rspec/core/rake_task'
+
+task default: [:spec]
+
+desc "Run the specs."
+RSpec::Core::RakeTask.new do |t|
+ t.pattern = "spec/**/*_spec.rb"
+end
\ No newline at end of file