File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module RSpec::Rails
12
12
end
13
13
end
14
14
15
- it "will allow #setup_fixture to run successfully" , if : Rails . version . to_f > 6.0 do
15
+ it "will allow #setup_fixture to run successfully" , skip : Rails . version . to_f <= 6.0 do
16
16
group = RSpec ::Core ::ExampleGroup . describe do
17
17
include FixtureSupport
18
18
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def with_clean_env
33
33
end
34
34
end
35
35
36
- it "passes when libraries are required" , unless : RSpec ::Support ::Ruby . jruby? do
36
+ it "passes when libraries are required" , skip : RSpec ::Support ::Ruby . jruby? do
37
37
script = tmp_root . join ( "pass_sanity_check" )
38
38
File . open ( script , "w" ) do |f |
39
39
f . write <<-EOF . gsub ( /^\s +\| / , '' )
You can’t perform that action at this time.
0 commit comments