Skip to content

Commit

Permalink
Only run the new compiler tests when Tapioca is greater than 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 20, 2025
1 parent 4fdc8bc commit 732a1cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tapioca/dsl/compilers/job_iteration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

require "test_helper"
require "tapioca/internal"
# JobIteration compiler requires Tapioca 0.13.0+
return if Gem::Version.new(Tapioca::VERSION) < Gem::Version.new("0.13.0")
require "tapioca/helpers/test/dsl_compiler"
require "tapioca/dsl/compilers/job_iteration"

Expand Down

0 comments on commit 732a1cf

Please sign in to comment.