approval_tests 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/approval_tests.gemspec +1 -1
- data/lib/approval_tests/approvals.rb +0 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.8
|
data/approval_tests.gemspec
CHANGED
@@ -8,7 +8,6 @@ require "#{__DIR__}/writers/xml_writer"
|
|
8
8
|
require "#{__DIR__}/reporters/quiet_reporter"
|
9
9
|
require "#{__DIR__}/reporters/text_mate_reporter"
|
10
10
|
require "#{__DIR__}/reporters/diff_reporter"
|
11
|
-
#require "#{__DIR__}/reporters/html_reporter"
|
12
11
|
|
13
12
|
include ApprovalTests::Approvers
|
14
13
|
include ApprovalTests::Writers
|