bunyan_capybara 0.1.4 → 0.1.5

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: a37fb31399d7eb181e7db7032167a0fd0e9feef9
4
- data.tar.gz: b6053708f5c7c37e4e957473a34d413e1c5c18d8
3
+ metadata.gz: 004c96ddf1f49ac129bd7b9d829222468137d519
4
+ data.tar.gz: c5a52f8fc7eaeae9ab4ada92bb92025c759cdbda
5
5
  SHA512:
6
- metadata.gz: 3d4d32eead9a064202e27a68deab56cdc88d164caff80724577184fefe5d182fea49087f61b5a533aea8d683e3a515cc0843d1a562b26bf8b03eeae7c2f8903c
7
- data.tar.gz: b0dd807e93375ac1189bf8463eac83f138b730576098f9b909d38ff989ae50f0d318250fd52143796b905289691f04c7a1f1beebf5fce2f25a93cce724b855e0
6
+ metadata.gz: 80f4edaf2c4432b6d9f8c372f8ed9ee90cc669cb46bd13d3f3237bc121f61462c804db0cd43d1c3bde324fc24448d2cc51ffbf72dbc793d27a5d9c74e4d37456
7
+ data.tar.gz: 8a981f8ff248b9cfeb37d09c880fb7602430c0017b2b9016e75d0a054304d80449e5064f6ca0a544202ed0193aea21f1ab310da3882b0a9727943e6230da0e22
@@ -1,3 +1,3 @@
1
1
  module BunyanCapybara
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -224,7 +224,6 @@ module Bunyan
224
224
  end
225
225
 
226
226
  def initialize_example_variables!
227
- require 'byebug'; debugger
228
227
  @example_variable = BunyanVariableExtractor.call(path: @example.metadata.fetch(:absolute_file_path), config: config)
229
228
  end
230
229
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunyan_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Hallwachs