capybara-harness 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module Capybara::Harness::Dom
37
37
  def fill_form(new_values = {})
38
38
  new_values = HashWithIndifferentAccess.new(new_values)
39
39
  form.fill(new_values)
40
- self.reset!(new_values)
40
+ reset!(new_values)
41
41
  end
42
42
 
43
43
  # Public: Returns true if the subject's element is present on the page.
@@ -1,5 +1,5 @@
1
1
  module Capybara
2
2
  module Harness
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: