Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 20, 2024
1 parent d57c9d8 commit 8095a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/primitives/external_command_spec.cr
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% skip_file if flag?(:interpreted) %}

require "../spec_helper"
require "../support/tempfile"

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

0 comments on commit 8095a17

Please sign in to comment.