summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2017-01-31 12:09:25 -0500
committerdblock <dblock@dblock.org>2017-01-31 12:57:18 -0500
commit9cc952f607450cf1bc955f41cec046bdd727e03a (patch)
tree9ed0097dc807da1651668d3843635f47edae6ba7 /Rakefile
parent3ec07c87281344ed64d814e588c5dc7ed03e7203 (diff)
downloadhashie-9cc952f607450cf1bc955f41cec046bdd727e03a.tar.gz
Added omniauth integration spec for #391.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0601612..77c0125 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,7 @@ Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |spec|
spec.pattern = 'spec/**/*_spec.rb'
+ spec.exclude_pattern = 'spec/integration/**/*_spec.rb'
end
require 'rubocop/rake_task'