Skip to content

Commit 0315822

Browse files
authored
Drop rspec- prefix (#52)
1 parent b04a3b2 commit 0315822

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+37
-37
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 1,
3+
"status": "fail",
4+
"message": "======== .unitt/tests/test-all-fail.art ========\n\nDescribe: Leap\n\n ❌ - a year not divisible by 4 is a common year\n ❌: false? true\n \n ❌ - a year divisible by 2 and not divisible by 4 is a common year\n ❌: false? true\n\n\n========== Summary ==========\n\n ⏏️ TOTAL: 2 assertions\n ✅ PASSED: 0 assertion\n ⏩ SKIPPED: 0 assertions\n ❌ FAILED: 2 assertion\n\n========== ======= ==========\n\n\n\u001b[0;31m══╡ \u001b[1;31mProgram Error\u001b[0;31m ╞═════════════════════════════════════════════════ <script> ══\u001b[0m\n\n Some tests failed"
5+
}
File renamed without changes.

tests/rspec-all-fail/tests/test-rspec-all-fail.art renamed to tests/all-fail/tests/test-all-fail.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import.version:3.0.0 {unitt}!
2-
import {src/rspec-all-fail}!
2+
import {src/all-fail}!
33

44
describe "Leap" [
55
it "a year not divisible by 4 is a common year" [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 1,
3+
"status": "fail",
4+
"message": "Uncaught error in tests/test-empty-file.art:\n#[\n output: {\n \n \u001b[0;31m══╡ \u001b[1;31mName Error\u001b[0;31m ╞════════════════════════════════════════════════════ <script> ══\u001b[0m\n \n Cannot resolve requested value\u001b[0m\n \n Identifier not found: \n \u001b[1misLeap?\u001b[0m\n \n \u001b[0;90m┃ \u001b[1;90mFile: \u001b[0;90m/root/.arturo/packages/cache/unitt/3.0.0/src/unitt.art\n \u001b[0;90m┃ \u001b[1;90mLine: \u001b[0;90m196\n \u001b[0;90m┃ \u001b[0m\n \u001b[0;90m┃ 194 ║ assert: var 'expects\u001b[0m\n \u001b[0;90m┃ 195 ║ \u001b[0m\n \u001b[0;90m┃ \u001b[1;90m 196\u001b[0;90m ║\u001b[0;31m►\u001b[0;90m \u001b[1;90m do testCase\u001b[0;90m\u001b[0m\n \u001b[0;90m┃ 197 ║ \u001b[0m\n \u001b[0;90m┃ 198 ║ __assertionsStatus: map __assertions '__assertion [\u001b[0m\n \n \u001b[4mHint\u001b[0m: Perhaps you meant... \u001b[1mleap?\u001b[0m ?\n \b\b\b\b\b\bor... \u001b[1msnap?\u001b[0m ?\n \b\b\b\b\b\bor... \u001b[1mis\u001b[0m ?\n \n \n }\n code: 1\n]"
5+
}
File renamed without changes.

tests/rspec-empty-file/tests/test-rspec-empty-file.art renamed to tests/empty-file/tests/test-empty-file.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import.version:3.0.0 {unitt}!
2-
import {src/rspec-empty-file}!
2+
import {src/empty-file}!
33

44
describe "Leap" [
55
it "a year not divisible by 4 is a common year" [

0 commit comments

Comments
 (0)