semaphore_test_boosters 0.7.0 → 0.7.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92088c90b3a3a9d537979b6216294cd0a6794024
4
- data.tar.gz: 79a1f1d373acc7db05ffe042e511fc2481c1b53a
3
+ metadata.gz: 476dce008c1abd914893b0752935de9297f3e2d3
4
+ data.tar.gz: cc7f8b97b48d18d5a656c6a6835467883796e74a
5
5
  SHA512:
6
- metadata.gz: 46418c94c4643df51e98f84e19cb9c725bf8773287d0638dd7d3fa69ae344e148752058503ecc399e3c7876d045983566665758f092370d124edf14ec3445011
7
- data.tar.gz: b9d8374913159d898599b31af35b8cf472bc12dbeaadd7711a43c629460396ff9a0a84edf4911c4f642a9c75c72a1462d9e252d33a0311bcdd85a6ed5174a5fa
6
+ metadata.gz: 1cc61e74165bfec3ad13fa63473e868f4e7f147415e20433f264dc0928e7cf25cf2aab8a074ee07e452e51babf2e1a19ea3c569cef05c4ee74abeb2b3817e56e
7
+ data.tar.gz: 97b46dbfb8431a6f051b3daabb5a6adf858eecd9016f75b161293191800aae1dddf49d6acadef7222c47151841c8727490eb93e2340b86bb7e817cc7021eca23
@@ -31,7 +31,11 @@ module Semaphore
31
31
 
32
32
  def run_command(specs)
33
33
  options = "--format documentation --format json --out #{@report_path}"
34
- puts "options: #{options}"
34
+ puts "Rspec options: #{options}"
35
+ puts
36
+ puts "========================= Running Rspec =========================="
37
+ puts
38
+
35
39
  Semaphore::execute("bundle exec rspec #{options} #{specs}")
36
40
  end
37
41
 
@@ -1,3 +1,3 @@
1
1
  module TestBoosters
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semaphore_test_boosters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MAINTAINER Rendered Text