micro_test 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/mt +9 -5
  2. metadata +1 -1
data/bin/mt CHANGED
@@ -71,12 +71,16 @@ if MicroTest::PRY
71
71
 
72
72
  puts
73
73
  puts "".ljust(80, "-")
74
- puts "| #{MicroTest::Runner.current_test} #{red "FAIL"}".ljust(88) + "|"
74
+ puts "|".ljust(79) + "|"
75
+ puts "| #{MicroTest::Runner.current_test} #{red "FAIL"} ... Pry session started".ljust(88) + "|"
76
+ puts "|".ljust(79) + "|"
75
77
  puts "".ljust(80, "-")
76
- puts "| Type #{yellow "line"} to see the line that failed... then".ljust(88) + "|"
77
- puts "| #{magenta "whereami 10"} for more context".ljust(88) + "|"
78
- puts "| #{magenta "edit-method"} to make the fix".ljust(88) + "|"
79
- puts "| or <CTL-D> to continue".ljust(79) + "|"
78
+ puts "| Type #{yellow "line"} to see the line that failed".ljust(88) + "|"
79
+ puts "| #{blue "whereami 10"} for more context".ljust(88) + "|"
80
+ puts "| #{blue "edit-method"} to make the fix".ljust(88) + "|"
81
+ # puts "".ljust(80, "-")
82
+ puts "|".ljust(79) + "|"
83
+ puts "| Type #{yellow "exit"} or #{blue "<CTL-D>"} to continue".ljust(97) + "|"
80
84
  puts "".ljust(80, "-")
81
85
  puts
82
86
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: