bddfire 1.7.0 → 1.7.1

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,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZWRlYmE3Mjg1MTEzNGNiMDhkNzgzYmY3MGQxZWZmMjJmNzBmYzU1NQ==
5
- data.tar.gz: !binary |-
6
- NmM1OTliMzQwZTRiMDcyMWYxNjE1YTM5NTMzMmYwOTdiZGY1OGUxNA==
2
+ SHA1:
3
+ metadata.gz: 35a12b1d409c2a270cc9ac917269ab3071730cf0
4
+ data.tar.gz: eb37b447f130e4a3f5e8be122752fed1225ac480
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MjU2NzU3NTY2OWQ5NzhkZGE4MDIyNDkyN2FjMmI5OTNmZWUyOWQ1OTlkMjE2
10
- MDM3YWMwYWViY2M1ZWE4Yzg4OWM0MWY2YTkyNGVmZjgyNWJjZDMyZTMyYWQz
11
- NTdhODJjN2IzNDM2MGNjMjZjMWU3NDllMmE4MmFkMDc1NWEwMDg=
12
- data.tar.gz: !binary |-
13
- ZDhmZjFjYWU3YzM2MTdmYTg3NWVjN2E5YTdjM2Q3ZjU5OGNiMDMxODExNDc3
14
- N2NhODNiN2JmMDBiNDFmMDA5OWViODE3NjhkY2I3ZThlMWE0MjFlYjIzOTE4
15
- MmY1YjA0MjBkNTUxNjQ3YTg1YWVkODgwNTFlMzc5ZGNjNDAzODk=
6
+ metadata.gz: aec8e429dd002e0e4ebe76e0168d227c1e6de2b2ad320012008af78195d58e21e9e7728a9469d5c167472e3a5c3f89aea5aad55d8a01886d752a998228a05f64
7
+ data.tar.gz: fb153419d3a670f6659d9e31f42188ee6b4d85803f4b74272bdf563846945ee898d9ea313f519b8bfa6c352f7293464d5e50ca88a39258667343bfe6de08aa21
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = "1.7.0"
2
+ VERSION = "1.7.1"
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
@@ -2,6 +2,6 @@ Feature: Google Search to explore BDDfire
2
2
 
3
3
 
4
4
  Scenario: View home page
5
- Given I am on "www.google.com"
5
+ Given I am on "http://www.google.com"
6
6
  When I fill in "q" with "shashi"
7
7
  Then I should see "Sign in"
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bddfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-03 00:00:00.000000000 Z
11
+ date: 2015-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
@@ -207,19 +207,18 @@ require_paths:
207
207
  - lib
208
208
  required_ruby_version: !ruby/object:Gem::Requirement
209
209
  requirements:
210
- - - ! '>='
210
+ - - '>='
211
211
  - !ruby/object:Gem::Version
212
212
  version: 1.9.3
213
213
  required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  requirements:
215
- - - ! '>='
215
+ - - '>='
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
219
  rubyforge_project:
220
- rubygems_version: 2.4.5
220
+ rubygems_version: 2.4.6
221
221
  signing_key:
222
222
  specification_version: 4
223
223
  summary: Get started with BDD, Cucumber and friends in a minute
224
224
  test_files: []
225
- has_rdoc: