Skip to content

Commit

Permalink
Update external_command_spec.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Müller <[email protected]>
  • Loading branch information
bcardiff and straight-shoota authored Sep 3, 2024
1 parent 3557cab commit 89b248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/compiler/crystal/commands/external_command_spec.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "../../../spec_helper"

describe Crystal::Command do
it "exec external commands" do
it "exec external commands", tags: %w[slow] do
with_temp_executable "crystal-external" do |path|
with_tempfile "crystal-external.cr" do |source_file|
File.write source_file, <<-CRYSTAL
Expand Down

0 comments on commit 89b248b

Please sign in to comment.