Skip to content

Commit 860003f

Browse files
olleolleollealbb0920
authored andcommitted
1 parent 644b777 commit 860003f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ pkg/
77
Gemfile.lock
88

99
build/node_modules/
10+
.rspec_status

spec/spec_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
RSpec.configure do |c|
1313
c.filter_run_excluding not_jruby: RUBY_PLATFORM == "java"
14+
c.example_status_persistence_file_path = ".rspec_status"
1415
end
1516

1617
def sprockets_4?

0 commit comments

Comments
 (0)