combustion icon indicating copy to clipboard operation
combustion copied to clipboard

Simple, elegant testing for Rails Engines

Results 4 combustion issues
Sort by recently updated
recently updated
newest added

Hi @pat! I'm such a huge fan of Combustion; I was working on a new project and was looking to leverage Combustion for it. Sadly I may be at an...

rails 7.0.8 rspec 3.12.2 combustion 1.4.0 In rails_helper.rb: ```ruby require 'spec_helper' ENV['RAILS_ENV'] ||= 'test' require 'bundler' Bundler.require :default, :development Combustion.initialize! :all require 'rspec/rails' ``` when I run the specs I...

For #138 `load_defaults` was added in Rails 5.1: https://github.com/rails/rails/pull/28469 Also, this might be considered a breaking change.

I use combustion to test under multiple rails versions, and usually use rails edge (current tip of `main`) as one of the versions, to stay ready for the next rails...