We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29248f commit f748b70Copy full SHA for f748b70
1 file changed
.gouteur.yml
@@ -12,5 +12,7 @@ repos:
12
subdir: ruby # mutant moved code to this subdir in 51f1a94
13
tasks: rspec --pattern "**/{,*}regexp{,*,*/**/*}_spec.rb"
14
15
- - uri: https://github.com/teamcapybara/capybara
16
- tasks: rspec spec/regexp_dissassembler_spec.rb
+ # disabled because capybara's build is currently broken
+ # - uri: https://github.com/teamcapybara/capybara
17
+ # before: sed -i .bak "s/gem 'bundler', '< 3.0'//g" Gemfile
18
+ # tasks: rspec spec/regexp_dissassembler_spec.rb
0 commit comments