bddfire 1.6.8 → 1.6.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTE1ZmFhOGE3Y2E0MDAyNTZiZmNlYjY4NjNhY2I1NzhlMmI4NDNjYw==
4
+ NjY4MmM0MGRlYTRhMDllMzgxNjQ3ZDY2MjExMGNhNGJhNWU3ZWQ4MQ==
5
5
  data.tar.gz: !binary |-
6
- YmE3ZTc5OTcwN2E4ZDUzNTk1MGQ1MmZiYTYzOThhYzA4ZmYzZjRkNg==
6
+ YmIwZWRmNjA2YWI1YWZiYzhkZjhjNTUxODE1MzdmY2JjYTY5NzBjZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjY5NTkzMTBhYjBiYzI4MjIzZWJlNTlhOWZkODVjYTFmNTQxODdlYWQ1ZWQ5
10
- MDMxNGE2YmMyMWIxZmFiNjhhZjAwMTY1OTBlNmZhYjJjY2VjNGMwZTMxZGQ4
11
- OGY3ODlhZDg5MmIxY2NjNTM1MWM4NTM5NmI4ZWMwYThhOTY4NWI=
9
+ ZTZkMzBjM2VhYzRlNjM2ZjE4YzQwYTJmMGIxZGZiYzMwZmE2Y2IyOTkzOWMx
10
+ ZTE2YTkzNTZkMzNmMzg1Yzk0OWU2OGM1OTUwMjhhNTQ4MzA0NmJjNzA5MGIz
11
+ ZGZkNTIzZDUwODU5ZTZjN2JjNjIwNjM1N2IzM2I3YTE0ODU2MDY=
12
12
  data.tar.gz: !binary |-
13
- N2E3NGMwMTM4YTFlYTQ0Yzk1N2EwY2JjZTk5MmUxNDJkYWQ2ZmNiZDNjMDE5
14
- MGJiNzUxZDBiNjA5NmM4MWRlOThhZDYzNWFjYjRkNzQ2ZDQ1M2U2ZTI0YmVh
15
- YmMzMGI5MWVkYTFiNzJkMDdiZGJiNWM5NzZjZWM5OTViNjgyODQ=
13
+ Y2I5ZTZkZGM1MTgyNmUwYzg5MGM3ZjMxZThjMmNiNmIzMzA0YjhkMTA3NGQ1
14
+ ZDliMGNhZDE3ODUwOTQxMDQxMzFmNDNmNjhkOWY3OGViNDkyZGNmOTBkMzlk
15
+ YjA1Y2YxMGQ2ODRlNzI5MjM0NjNiYWU2MTBkNWZjNTIxZjU1MjQ=
@@ -1,13 +1,13 @@
1
- require_relative 'mobile/mobile_methods'
2
-
3
- Given(/^I am on "(.*?)"$/) do |url|
4
- visit(url)
5
- end
6
-
7
- When(/^I fill in "(.*?)" with "(.*?)"$/) do |element, text|
8
- fill_in element, with: text
9
- end
10
-
11
- Then(/^I should see "(.*?)"$/) do |text|
12
- page.should have_content text
13
- end
1
+ # require_relative 'mobile/mobile_methods'
2
+ #
3
+ # Given(/^I am on "(.*?)"$/) do |url|
4
+ # visit(url)
5
+ # end
6
+ #
7
+ # When(/^I fill in "(.*?)" with "(.*?)"$/) do |element, text|
8
+ # fill_in element, with: text
9
+ # end
10
+ #
11
+ # Then(/^I should see "(.*?)"$/) do |text|
12
+ # page.should have_content text
13
+ # end
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = "1.6.8"
2
+ VERSION = "1.6.9"
3
3
  end
@@ -1,13 +1,13 @@
1
- require_relative 'web/web_methods'
2
-
3
- Given(/^I am on "(.*?)"$/) do |url|
4
- visit(url)
5
- end
6
-
7
- When(/^I fill in "(.*?)" with "(.*?)"$/) do |element, text|
8
- fill_in element, with: text
9
- end
10
-
11
- Then(/^I should see "(.*?)"$/) do |text|
12
- page.should have_content text
13
- end
1
+ # require_relative 'web/web_methods'
2
+ #
3
+ # Given(/^I am on "(.*?)"$/) do |url|
4
+ # visit(url)
5
+ # end
6
+ #
7
+ # When(/^I fill in "(.*?)" with "(.*?)"$/) do |element, text|
8
+ # fill_in element, with: text
9
+ # end
10
+ #
11
+ # Then(/^I should see "(.*?)"$/) do |text|
12
+ # page.should have_content text
13
+ # end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bddfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.8
4
+ version: 1.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap