capybara-harness 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module Capybara::Harness::Dom
7
7
  def initialize(name, options = {})
8
8
  @name = name.to_sym
9
9
  @through = extract_option_as_sym(:through, options)
10
- @label = options.fetch(:label, name.to_s.titleize)
10
+ @label = options.fetch(:label, name.to_s.humanize)
11
11
  @as = options.fetch(:as, :string).to_sym
12
12
  end
13
13
 
@@ -1,5 +1,5 @@
1
1
  module Capybara
2
2
  module Harness
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: