micro_test 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/mt +1 -1
- metadata +2 -3
data/bin/mt
CHANGED
@@ -6,7 +6,7 @@ opts = Slop.parse(:strict => true, :help => true) do
|
|
6
6
|
banner "mt [options]"
|
7
7
|
on :p, :path, "The path to the test directory or file.", :argument => true
|
8
8
|
on :f, :formatter, "The name of the formatter to use.", :argument => true
|
9
|
-
on :pry, "Starts a pry session
|
9
|
+
on :pry, "Starts a pry session whenever tests fail."
|
10
10
|
end
|
11
11
|
|
12
12
|
exit if opts[:help]
|
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.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: slop
|
@@ -103,4 +103,3 @@ signing_key:
|
|
103
103
|
specification_version: 3
|
104
104
|
summary: Ruby's no-nonsense testing framework.
|
105
105
|
test_files: []
|
106
|
-
has_rdoc:
|