Rakefile in ami_spec-1.0.1 vs Rakefile in ami_spec-1.1.0
- old
+ new
@@ -1,6 +1,8 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
-RSpec::Core::RakeTask.new(:spec)
+RSpec::Core::RakeTask.new(:spec) do |t|
+ t.rspec_opts = "--tag ~integration"
+end
task :default => :spec