Skip to content

Commit

Permalink
Update test_spec.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Oct 10, 2024
1 parent a56ab99 commit dc33449
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions spec_cli/test_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,4 @@ context "test" do
test # The path to the test file to run.
TEXT
end

it "runs the tests" do
expect_output ["test"], clear_env: false, template: <<-TEXT
Mint - Running tests
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙ Starting browser...
⚙ Test server started: http://127.0.0.1:3001/
⚙ Running tests:
.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1 tests
➔ 1 passed
➔ 0 failed
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
All done in ××××!
TEXT
end
end

0 comments on commit dc33449

Please sign in to comment.