rspec-requestable-examples 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,6 @@ module RSpec
3
3
  class RequestedExamples < Array
4
4
  def initialize(options)
5
5
  options ||= {}
6
- puts self.object_id
7
6
  replace options[:examples] || []
8
7
  end
9
8
 
@@ -14,7 +13,6 @@ module RSpec
14
13
  end
15
14
 
16
15
  def request_examples(options)
17
- puts options.inspect
18
16
  @requested_examples = RequestedExamples.new(options)
19
17
  end
20
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-requestable-examples
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: