bddfire 1.7.4 → 1.7.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5721b3b815aca354b144880431673d1135c4baf8
4
- data.tar.gz: e5b97b5cdc0491ca2287a525179b9b2e7292fe6a
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWQwNTY3ODVlZDE3NzMwODZhMTEzNWJiZmQ4ZWM0MzMzMjNjZjVmYw==
5
+ data.tar.gz: !binary |-
6
+ OTg3MDA4M2JlNDgxZjU4ODJmZGRkY2EwNzY1ZDgyZGE4Zjc0NmUyZg==
5
7
  SHA512:
6
- metadata.gz: 5d5cec9dd89c5cc3251ac162807e8acb540cc8b2706edc87776b917f7ce6b1ae2abd19bdcdc5ced5e40c6ebd768ce88031250c155a799a7db0f9de8c6e1252a5
7
- data.tar.gz: 19cffb71485c69d659ca5c32622c74b1db9aa759b089509fbf4f96b28bc7e3368ad54c71aec31f8130ad7b7a6fd971ae5ecc51c0b60e4aa6e8079778ddda8082
8
+ metadata.gz: !binary |-
9
+ NmNkNmQzN2M1NzJkYjBiOWQ0OTE1MzEyMjgzOWVjOGExZjg0ZmE0ZGNjOGUx
10
+ N2Q0MWQ3YzQyZjljNzVjMGU5MmY0YTdjMDUzNmRlMTc2YzMzMWNkNzIxYjJi
11
+ NGIwZmY3MDU3YWNhMjFlZTI2ODc1MzY3ZjdhYmNmYzIxMTc4M2Q=
12
+ data.tar.gz: !binary |-
13
+ OTY3ODlkMDYxZTM0YmJjODEzYjQyN2E2OGQwNjZkZTdhNjIxZTExNTg0MjQ4
14
+ N2M2YzY4MjRlNmZmNGFkY2EwZTc1MjEyNjAxNWRjN2ZhZGI1MTlmNTlkZDRj
15
+ MDdjZDQzYjgyMGM5ZGRlZTlmNThmNjUxODAyNjIxM2JjNzYwOWQ=
@@ -1,9 +1,12 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'thor'
3
+ require 'rubygems'
4
+ require 'bddfire'
2
5
 
3
6
  lib_dir = File.expand_path("../lib", File.dirname(__FILE__))
4
7
  $:.unshift lib_dir unless $:.include?(lib_dir)
5
8
  # require 'fileutils'
6
- require 'bddfire'
9
+ require 'bddfire/version'
7
10
  BDDfire::App.start
8
11
 
9
12
  # @root_dir =File.join(FileUtils.pwd, "framework")
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = "1.7.4"
2
+ VERSION = "1.7.5"
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,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bddfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
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-04 00:00:00.000000000 Z
11
+ date: 2015-04-05 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
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: '1.3'
62
- - - '>='
62
+ - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
64
  version: 1.3.18
65
65
  type: :runtime
@@ -69,7 +69,7 @@ dependencies:
69
69
  - - ~>
70
70
  - !ruby/object:Gem::Version
71
71
  version: '1.3'
72
- - - '>='
72
+ - - ! '>='
73
73
  - !ruby/object:Gem::Version
74
74
  version: 1.3.18
75
75
  - !ruby/object:Gem::Dependency
@@ -79,7 +79,7 @@ dependencies:
79
79
  - - ~>
80
80
  - !ruby/object:Gem::Version
81
81
  version: 2.4.4
82
- - - '>='
82
+ - - ! '>='
83
83
  - !ruby/object:Gem::Version
84
84
  version: 2.4.1
85
85
  type: :runtime
@@ -89,7 +89,7 @@ dependencies:
89
89
  - - ~>
90
90
  - !ruby/object:Gem::Version
91
91
  version: 2.4.4
92
- - - '>='
92
+ - - ! '>='
93
93
  - !ruby/object:Gem::Version
94
94
  version: 2.4.1
95
95
  - !ruby/object:Gem::Dependency
@@ -99,7 +99,7 @@ dependencies:
99
99
  - - ~>
100
100
  - !ruby/object:Gem::Version
101
101
  version: 3.2.0
102
- - - '>='
102
+ - - ! '>='
103
103
  - !ruby/object:Gem::Version
104
104
  version: 3.0.0
105
105
  type: :runtime
@@ -109,7 +109,7 @@ dependencies:
109
109
  - - ~>
110
110
  - !ruby/object:Gem::Version
111
111
  version: 3.2.0
112
- - - '>='
112
+ - - ! '>='
113
113
  - !ruby/object:Gem::Version
114
114
  version: 3.0.0
115
115
  - !ruby/object:Gem::Dependency
@@ -119,7 +119,7 @@ dependencies:
119
119
  - - ~>
120
120
  - !ruby/object:Gem::Version
121
121
  version: 2.44.0
122
- - - '>='
122
+ - - ! '>='
123
123
  - !ruby/object:Gem::Version
124
124
  version: 2.41.0
125
125
  type: :runtime
@@ -129,7 +129,7 @@ dependencies:
129
129
  - - ~>
130
130
  - !ruby/object:Gem::Version
131
131
  version: 2.44.0
132
- - - '>='
132
+ - - ! '>='
133
133
  - !ruby/object:Gem::Version
134
134
  version: 2.41.0
135
135
  description: Instant BDD Framework - Ruby, Cucumber, Capybara, selenium, Appium, Saucelabs,
@@ -203,17 +203,17 @@ require_paths:
203
203
  - lib
204
204
  required_ruby_version: !ruby/object:Gem::Requirement
205
205
  requirements:
206
- - - '>='
206
+ - - ! '>='
207
207
  - !ruby/object:Gem::Version
208
208
  version: 1.9.3
209
209
  required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  requirements:
211
- - - '>='
211
+ - - ! '>='
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
215
  rubyforge_project:
216
- rubygems_version: 2.4.6
216
+ rubygems_version: 2.4.5
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: Get started with BDD, Cucumber and friends in a minute