Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grosser/parallel_tests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f73a4657c4efd48bf01dc5be663501d6024d702
Choose a base ref
..
head repository: grosser/parallel_tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b88387533f77b2e8e3f3096e39d92c4eb5b56b9
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 spec/rails_spec.rb
2 changes: 1 addition & 1 deletion spec/rails_spec.rb
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ def run(command, options = {})
rails = File.basename(folder)

it "can create and run #{rails}" do
skip 'ruby 3.1 is not supported by rails 72' if RUBY_VERSION < "3.2.0" && rails == "rails_72"
skip 'ruby 3.1 is not supported by rails 72' if RUBY_VERSION < "3.2.0" && rails == "rails72"
skip 'rails fixtures are not set up for java' if RUBY_PLATFORM == "java"

Dir.chdir("spec/fixtures/#{rails}") do