micro_test 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/mt +6 -10
  3. data/lib/micro_test/version.rb +1 -1
  4. metadata +11 -20
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 524c09b5b9514cf4023d5bb58abcf6dcc7ad52c6
4
+ data.tar.gz: 05480d5b5b6a3e837f2837514b9c710c66a2ce11
5
+ SHA512:
6
+ metadata.gz: 8a195c853acbe6b9d59b38a3733d635a6c5b5e649bf0c9ea194ecbcd41b6d44a911419c55f09ce89a55afd6c1caa99d997d4a8b836c4405a1849e636aec7c1e5
7
+ data.tar.gz: 0c1f98585bd59cdcc4701ad62ac8748e6854242e43acd6a1d445a2b4020f7a13f678a1965bd17bc21ea44c79f630574cfaf7d44767c953a0a26ab7cd96bde507
data/bin/mt CHANGED
@@ -143,20 +143,16 @@ if options[:pry]
143
143
  end
144
144
  end
145
145
 
146
- puts
147
- puts "".ljust(80, "-")
148
- puts
149
- puts red " " + runner.active_test.desc
150
- puts
151
146
  puts "".ljust(80, "-")
152
147
  puts " Pry session started"
148
+ puts "".ljust(80, "-")
149
+ puts " - Type #{yellow "line"} to see the line that failed."
150
+ puts " If #{yellow "line"} doesn't work for you, use #{yellow "up"} & #{yellow "down"} to navigate the stack."
153
151
  puts
154
- puts " Type #{yellow "line"} to see the line that failed"
155
- puts " #{blue "whereami 10"} for more context"
156
- puts " #{blue "edit-method"} to make the fix"
157
- puts " If #{yellow "line"} doesn't work for you, try #{yellow "up"} & #{yellow "down"} to navigate the stack."
152
+ puts " - Type #{yellow "whereami"} if running with pry-rescue and an unhandled exception"
153
+ puts " started the pry session."
158
154
  puts
159
- puts " Type #{yellow "exit"} or #{blue "<CTL-D>"} to continue"
155
+ puts " - Type #{yellow "exit"} or #{blue "<CTL-D>"} to continue"
160
156
  puts "".ljust(80, "-")
161
157
  puts
162
158
  end
@@ -1,3 +1,3 @@
1
1
  module MicroTest
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
3
3
  end
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
5
- prerelease:
4
+ version: 0.3.8
6
5
  platform: ruby
7
6
  authors:
8
7
  - Nathan Hopkins
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-19 00:00:00.000000000 Z
11
+ date: 2013-06-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: os
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: The Sinatra of testing frameworks. Its also known as microtest, micro
@@ -77,30 +72,26 @@ files:
77
72
  homepage: http://hopsoft.github.com/micro_test/
78
73
  licenses:
79
74
  - MIT
75
+ metadata: {}
80
76
  post_install_message:
81
77
  rdoc_options: []
82
78
  require_paths:
83
79
  - lib
84
80
  required_ruby_version: !ruby/object:Gem::Requirement
85
- none: false
86
81
  requirements:
87
- - - ! '>='
82
+ - - '>='
88
83
  - !ruby/object:Gem::Version
89
84
  version: 1.9.2
90
85
  required_rubygems_version: !ruby/object:Gem::Requirement
91
- none: false
92
86
  requirements:
93
- - - ! '>='
87
+ - - '>='
94
88
  - !ruby/object:Gem::Version
95
89
  version: '0'
96
- segments:
97
- - 0
98
- hash: 4085220388342886833
99
90
  requirements: []
100
91
  rubyforge_project:
101
- rubygems_version: 1.8.25
92
+ rubygems_version: 2.0.0
102
93
  signing_key:
103
- specification_version: 3
94
+ specification_version: 4
104
95
  summary: The Sinatra of testing frameworks. Its also known as microtest, micro test,
105
96
  & micro_test.
106
97
  test_files: