Skip to content

Commit

Permalink
Exclude bundled gems from rspec trace (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
timurvafin committed Sep 13, 2016
1 parent 3d92112 commit 3b2a596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,4 +1,6 @@
RSpec.configure do |config|
config.backtrace_exclusion_patterns << /\.bundle/

config.expect_with :rspec do |c|
c.syntax = :expect
end
Expand Down

0 comments on commit 3b2a596

Please sign in to comment.