Skip to content

Commit

Permalink
add test_3 task.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Mar 5, 2024
1 parent d8a504e commit 2b56229
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"

Expand All @@ -21,3 +19,8 @@ end
Rake::TestTask.new(:test_2) do |t|
t.test_files = FileList["test/dummies/uninitialized/test/railtie_test.rb"]
end

# test diagram import in different scenarios
Rake::TestTask.new(:test_3) do |t|
t.test_files = FileList["test/dummies/uninitialized/test/import_test.rb"]
end

0 comments on commit 2b56229

Please sign in to comment.