Skip to content

Commit

Permalink
Remove autotest refs (#1744)
Browse files Browse the repository at this point in the history
* Remove all autotest files and directories

* Tidy up env key reference

* Add changelog

* Fix up new rubocop offense
  • Loading branch information
luke-hill authored Dec 14, 2023
1 parent d848be4 commit 0e094a6
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 196 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

### Removed
- 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))
- Removed all references to autotest as this is an ancient plugin that is not correctly integrated

## [9.1.0] - 2023-11-14
### Changed
Expand Down
8 changes: 0 additions & 8 deletions lib/autotest/cucumber.rb

This file was deleted.

133 changes: 0 additions & 133 deletions lib/autotest/cucumber_mixin.rb

This file was deleted.

8 changes: 0 additions & 8 deletions lib/autotest/cucumber_rails.rb

This file was deleted.

8 changes: 0 additions & 8 deletions lib/autotest/cucumber_rails_rspec.rb

This file was deleted.

8 changes: 0 additions & 8 deletions lib/autotest/cucumber_rails_rspec2.rb

This file was deleted.

8 changes: 0 additions & 8 deletions lib/autotest/cucumber_rspec.rb

This file was deleted.

8 changes: 0 additions & 8 deletions lib/autotest/cucumber_rspec2.rb

This file was deleted.

14 changes: 0 additions & 14 deletions lib/autotest/discover.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/cucumber/formatter/ansicolor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'cucumber/platform'
require 'cucumber/term/ansicolor'

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

module Cucumber
module Formatter
Expand Down

0 comments on commit 0e094a6

Please sign in to comment.