micro_test 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/mt +10 -9
  2. 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 "|".ljust(79) + "|"
78
- puts "| #{MicroTest::Runner.current_test} #{red "FAIL"} ... Pry session started".ljust(88) + "|"
79
- puts "|".ljust(79) + "|"
77
+ puts
78
+ puts red " " + MicroTest::Runner.current_test
79
+ puts
80
80
  puts "".ljust(80, "-")
81
- puts "| Type #{yellow "line"} to see the line that failed".ljust(88) + "|"
82
- puts "| #{blue "whereami 10"} for more context".ljust(88) + "|"
83
- puts "| #{blue "edit-method"} to make the fix".ljust(88) + "|"
84
- # puts "".ljust(80, "-")
85
- puts "|".ljust(79) + "|"
86
- puts "| Type #{yellow "exit"} or #{blue "<CTL-D>"} to continue".ljust(97) + "|"
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
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.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: