aboutsummaryrefslogtreecommitdiff
path: root/tests/tutorial_steps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tutorial_steps.rs')
-rw-r--r--tests/tutorial_steps.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/tutorial_steps.rs b/tests/tutorial_steps.rs
index 5af6eb5..63c05e8 100644
--- a/tests/tutorial_steps.rs
+++ b/tests/tutorial_steps.rs
@@ -3,11 +3,6 @@ mod tutorial;
use tutorial::*;
#[test]
-fn tutorial1() {
- step1("tutorial1");
-}
-
-#[test]
fn tutorial2() {
- step2("tutorial2");
+ step2();
}