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 b1bd720 commit 5f1edea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tapioca/dsl/compilers/job_iteration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class JobIterationTest < Minitest::Test
include Tapioca::Helpers::Test::DslCompiler

def setup
omit "JobIteration compiler requires Tapioca 0.13.0+" if Tapioca::VERSION < "0.13.0"
require "job-iteration"
require "tapioca/dsl/compilers/job_iteration"
use_dsl_compiler(Tapioca::Dsl::Compilers::JobIteration)
Expand Down

0 comments on commit 5f1edea

Please sign in to comment.