Skip to content

Commit f748b70

Browse files
committed
Make gouteur skip capybara
1 parent c29248f commit f748b70

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gouteur.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ repos:
1212
subdir: ruby # mutant moved code to this subdir in 51f1a94
1313
tasks: rspec --pattern "**/{,*}regexp{,*,*/**/*}_spec.rb"
1414

15-
- uri: https://github.com/teamcapybara/capybara
16-
tasks: rspec spec/regexp_dissassembler_spec.rb
15+
# disabled because capybara's build is currently broken
16+
# - 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

Comments
 (0)