Skip to content

Commit

Permalink
spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/…
Browse files Browse the repository at this point in the history
…ruby/core/rational/coerce_spec.rb
  • Loading branch information
hsbt authored and eregon committed Feb 5, 2024
1 parent 1d1eb5f commit f19402a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core/rational/coerce_spec.rb
@@ -1,6 +1,9 @@
require_relative "../../spec_helper"
require_relative '../../shared/rational/coerce'

describe "Rational#coerce" do
it_behaves_like :rational_coerce, :coerce
ruby_version_is ""..."3.4" do
require_relative '../../shared/rational/coerce'

describe "Rational#coerce" do
it_behaves_like :rational_coerce, :coerce
end
end

0 comments on commit f19402a

Please sign in to comment.