cucumber / cucumber-rails

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner
https://github.com/cucumber/cucumber-rails
MIT License
1.02k stars 327 forks source link

CI Failures (Rails 6.0.1) #461

Closed luke-hill closed 4 years ago

luke-hill commented 4 years ago

Summary

Fix the issues on Rails 6 on CI

Expected Behavior

CI passes

Current Behavior

CI fails

Possible Solution

Created an issue in Rails (Unsure if it will gain traction) - https://github.com/rails/rails/issues/38502

Steps to Reproduce (for bugs)

  1. Check CI with rails 6.0.0 - It passes
  2. Check CI with rails 6.0.1 - It fails

Context & Motivation

Get CI green again

Your Environment

CI here

olleolleolle commented 4 years ago

Could it be that sassc takes so long that it's too long for us? (Is there a trick to not include that gem?)

luke-hill commented 4 years ago

It's a valid point.

In march I'm gonna have another month of OSS'ing so I'll try triage and fix a few of these issues. I've just not had much time these last 2 months.