ambient_spec 0.13.1 → 0.13.2

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: dcdac984faedf6bbea285140bc98efb76d038f0f
4
- data.tar.gz: 288a74758ce34979b7bc417ba355962184a43fe2
3
+ metadata.gz: 35547f29da4dedba5c0aca5fba67146952c1344c
4
+ data.tar.gz: 6cefb69415a5676192a83583b2de80ab9237d113
5
5
  SHA512:
6
- metadata.gz: 6b94f8b36d27fc67f2818c5a0053352cd60c59e49824287ee2f6626f7fff0ffc7e3250f1ccf6ad01d7e59b3ef335f49a914215fa26a4b3d31defffd43439eab6
7
- data.tar.gz: c252381a1e6aab105c04f8cc72e9395274b9327742e1350ba2a0bbc22f369ce6b4c6dac8a054449749f02d995c6a55e3b54778fcf4a9b9d434e5db082a27a3b7
6
+ metadata.gz: ca2fafbddde1896733055e61c5999d409c44653814614dbca3a6464473d92b52b184356a6b5b59cf809fe6bd722e1189dccebe89ff8c49af7a162226b674a1d0
7
+ data.tar.gz: 4d01e5215d27741e33dcdd489817f428e85e1624d2ec2695dedd2d8fb2ecd7d377242e0a08adc850148374a710172fa773855462d4e5d5740c30f9ee18e17bb4
@@ -8,8 +8,6 @@ module AmbientSpec
8
8
  ::RSpec.configure do |config|
9
9
  player = AmbientSpec::Player.new
10
10
  config.after(:each) do |example|
11
- duration = Time.now - example.metadata[:execution_result].started_at
12
- duration = [duration * 100, 1].min
13
11
  flag = example.exception ? :fail : :pass
14
12
  player.sing(flag)
15
13
  end
@@ -1,3 +1,3 @@
1
1
  module AmbientSpec
2
- VERSION = "0.13.1"
2
+ VERSION = "0.13.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ambient_spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coraline Ada Ehmke