Skip to content

Commit 0e094a6

Browse files
authored
Remove autotest refs (#1744)
* Remove all autotest files and directories * Tidy up env key reference * Add changelog * Fix up new rubocop offense
1 parent d848be4 commit 0e094a6

File tree

10 files changed

+2
-196
lines changed

10 files changed

+2
-196
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
1818

1919
### Removed
2020
- The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) ([#1743](https://github.com/cucumber/cucumber-ruby/pull/1743) [luke-hill](https://github.com/luke-hill))
21+
- Removed all references to autotest as this is an ancient plugin that is not correctly integrated
2122

2223
## [9.1.0] - 2023-11-14
2324
### Changed

lib/autotest/cucumber.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/autotest/cucumber_mixin.rb

Lines changed: 0 additions & 133 deletions
This file was deleted.

lib/autotest/cucumber_rails.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/autotest/cucumber_rails_rspec.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/autotest/cucumber_rails_rspec2.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/autotest/cucumber_rspec.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/autotest/cucumber_rspec2.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/autotest/discover.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

lib/cucumber/formatter/ansicolor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'cucumber/platform'
44
require 'cucumber/term/ansicolor'
55

6-
Cucumber::Term::ANSIColor.coloring = false if !$stdout.tty? && !ENV.key?('AUTOTEST')
6+
Cucumber::Term::ANSIColor.coloring = false unless $stdout.tty?
77

88
module Cucumber
99
module Formatter

0 commit comments

Comments
 (0)