henry-container 0.1.8 → 0.1.9

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.
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.1.8'
6
+ VERSION = '0.1.9'
7
7
 
8
8
  end
9
9
 
@@ -61,7 +61,7 @@ module Henry
61
61
  #
62
62
  # @return [String]
63
63
  def misc_options
64
- "#{self.data.options['expand'] ? '--expand' : ''} #{self.data.options['pattern'] ? "--requrie features #{self.data.options['pattern']}" : ''}"
64
+ "#{self.data.options['expand'] ? '--expand' : ''} #{self.data.options['pattern'] ? "--require features #{self.data.options['pattern']}" : ''}"
65
65
  end
66
66
 
67
67
  # Returns the default cucumber_opts.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: henry-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: