micro_test 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/mt +10 -9
- metadata +1 -1
data/bin/mt
CHANGED
@@ -74,16 +74,17 @@ if opts[:pry]
|
|
74
74
|
|
75
75
|
puts
|
76
76
|
puts "".ljust(80, "-")
|
77
|
-
puts
|
78
|
-
puts
|
79
|
-
puts
|
77
|
+
puts
|
78
|
+
puts red " " + MicroTest::Runner.current_test
|
79
|
+
puts
|
80
80
|
puts "".ljust(80, "-")
|
81
|
-
puts "
|
82
|
-
puts
|
83
|
-
puts "
|
84
|
-
|
85
|
-
puts "
|
86
|
-
puts
|
81
|
+
puts " Pry session started"
|
82
|
+
puts
|
83
|
+
puts " Type #{yellow "line"} to see the line that failed"
|
84
|
+
puts " #{blue "whereami 10"} for more context"
|
85
|
+
puts " #{blue "edit-method"} to make the fix"
|
86
|
+
puts
|
87
|
+
puts " Type #{yellow "exit"} or #{blue "<CTL-D>"} to continue"
|
87
88
|
puts "".ljust(80, "-")
|
88
89
|
puts
|
89
90
|
end
|