Skip to content

Commit

Permalink
Exclude integration specs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Sep 18, 2020
1 parent 66d42d3 commit e129027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
RSpec.configure do |config|
config.disable_monkey_patching!
config.include MockEnv
config.exclude_pattern = "spec/integration/*"
end

0 comments on commit e129027

Please sign in to comment.