rspec_metric_fu 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd24f36fe00243c430d83a9c8b7b699f67b22750
4
- data.tar.gz: f9e73198382d59e25c37d97d0e2cd8868d1f2a1d
3
+ metadata.gz: f38ad18802a6debd87084a2d94839b9cc36f1c03
4
+ data.tar.gz: 21e0c3449f2066aa70ab76bb3cf83afac8b32bf1
5
5
  SHA512:
6
- metadata.gz: 7c43133e79f6a5ac5a2d6bf37e8e2df4e87b1396695b56d197322945997c6b5f2a0cacc8bf56b8ec42463ae945ad340cf1d8f66d89cb37b1bb8d7e437614bf40
7
- data.tar.gz: 06472cfb1475442e1aeb3628e03c93e41072e5416ee152191232e30d6917e3a78bc4be87f3fafda2eb65636c0aead6a43ba7935a39b91cb1c004a5f4943857ac
6
+ metadata.gz: ba28eb928437fffd42fba31ad95a3ec64bc58780aac43ca7b16870ed46cf538a76074d47cadd12d77ec40e10659ba9326fdf425b9948f0371ae28aaaf51ef32b
7
+ data.tar.gz: c8c92b1326743ca28b2730296a58db2fd765e438574b70b46d79f2ad2f38dfdcf76fcfda3bfd3e08cd6f8964fda80f95ce8e19c8b84da8de332fe00bb01143bf
@@ -1,3 +1,3 @@
1
1
  module RspecMetricFu
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -31,6 +31,11 @@ Gem::Specification.new do |spec|
31
31
  end
32
32
  end
33
33
 
34
+ and add these two lines too your spec_helper:
35
+
36
+ require 'rspec_metric_fu'
37
+ RspecMetricFu::Coverage.start
38
+
34
39
  *** Fin ***
35
40
  }
36
41
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Thomas
@@ -89,7 +89,8 @@ post_install_message: "\n *** Notice ***\n\n Rspec metric_fu install notice:\n
89
89
  \ You should write a .metrics file with the following content:\n\n MetricFu::Configuration.run
90
90
  do |config|\n config.configure_metric(:rcov) do |rcov|\n rcov.coverage_file
91
91
  = MetricFu.run_path.join(\"coverage/rcov/rcov.txt\")\n rcov.enable\n rcov.activate\n
92
- \ end\n end\n\n *** Fin ***\n "
92
+ \ end\n end\n\n and add these two lines too your spec_helper:\n\n require 'rspec_metric_fu'\n
93
+ \ RspecMetricFu::Coverage.start\n\n *** Fin ***\n "
93
94
  rdoc_options: []
94
95
  require_paths:
95
96
  - lib