bddfire 1.7.8 → 1.7.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDU1MzIwNzRhOGNjZTAyZTFjMzQ1NzI4YzNkYWE2YWM0MmUyN2MzMQ==
4
+ ZjU5NDA1OGNlNjQ3N2JhYmJiYjc2NWQ0NWM4ODhlNDYwN2YzZTk0NA==
5
5
  data.tar.gz: !binary |-
6
- ZjYzYWQxZDdkZjhjMTUzYWIyODcxMWM2MGM5ODIwMDllNjM5NGNkNg==
6
+ OTg3Y2ZhZDAwMzY1MmQxN2QyMjUwOTcxZTBiNTI4MmI2NzI1Yzc1ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjU2ZDI2NWY4YzY4ZTY5OWNlMzRiYWM3MDhjM2Y2ZWVmZDE0NGFmZmE5OTk5
10
- ZGZkNmU0YjYyNmRkMzJkMWZmZDk1ODg5ZmNkMmVhMzFjNjQyZDA5YWRjNWFi
11
- NmRhMGMyYTgxZGQ4MjA1Mjc5NDdkMjBmNTI1NmIzZDdjMTI4OWQ=
9
+ Nzg5MjQwZTkyZTIzNDkzOTg3NjAzOTVjN2MzZTI0NTg1OWE3MGM0OWVlYTcz
10
+ Y2VlNDEwMmZkYWU5MjExYmIyYjcxYTU0MjNlMmNhYzY2MjdmNTAwYzk5NDAw
11
+ NDhlMjRjYjVkZDIyMWNkMGE2NmY0OWQxYWE4ZWZhZDdmOTA3NDU=
12
12
  data.tar.gz: !binary |-
13
- NmNmY2FlZmNjMzgzYzQ0ODNkMDk3MjA4NTg5ZjJhYWEyMWQ4YjljYjhiY2Zk
14
- YzhlZTU5MjNiM2RjYTc1ZDVlMWY4ZDg5ZGU3OWZhOTA3Y2VkZmZhNjFmYTA0
15
- YzFjZjgzZGFkYjhlNjg1ZjE5YjkyODJmZThlMzc4MGI3NDBkNzg=
13
+ MTQwNTQ4NjEwNjYyN2FkZjEyMGJlYjQ5OGViMjA1ZDAxMDkxMTBiODkwYzMy
14
+ MjI5NmRiZTZmOTU0MTZmMWU3YmYwMmFmZjc4MzljMzVlM2M2NGM2M2ZiM2Jk
15
+ NjgxYzRmZTU3MjdjY2ExOTY0NjI5NjI1NjhjNTA2MTkxMDU1MmM=
data/README.markdown CHANGED
@@ -19,7 +19,8 @@ In your project's root directory...
19
19
 
20
20
  $ bddfire fire_cucumber
21
21
 
22
- One command will install Ruby Cucumber framework with all possibly supported tools in the 'cucumber' directory. This will create all the directories and files to support following tools
22
+
23
+ This will create 'cucumber' direcory and one command will install Ruby Cucumber framework with all possibly supported tools in the 'cucumber' directory. This will create all the directories and files to support following tools
23
24
  * Capybara
24
25
  * Selenium-Webdriver
25
26
  * Poltergeist: PhantomJS based headless driver for capybara
@@ -38,8 +39,10 @@ If you don't already have a `Gemfile` or `Rakefile`, one will be created.
38
39
 
39
40
  ### Install & Run BDDfire framework
40
41
 
42
+
41
43
  Now, we need to run bundle install [Fix nokogiri error if you get any by using supported nokogiri version]
42
44
 
45
+ $ cd cucumber
43
46
  $ bundle install
44
47
 
45
48
  Once installed, you can run cucumber with multiple caybara driver
@@ -117,7 +120,7 @@ You can run rubocop report on your project
117
120
 
118
121
  ## Don't waste time writing steps. Use predefined
119
122
 
120
- You can use pre-defined steps here
123
+ You can use [pre-defined-steps](predefined-steps/capybara_steps.md)
121
124
 
122
125
  # TODO
123
126
 
data/bin/bddfire CHANGED
@@ -25,6 +25,11 @@ def bddfire_scaffold
25
25
  end
26
26
 
27
27
  msg("Info") do
28
+
29
+ puts "=======CREATING 'cucumber' DIRECTORY WITH TEST FRAMEWORK============\n \n \n"
30
+ puts "\n"
31
+ puts "\n"
32
+ sleep (2)
28
33
  puts "=======Copying all config files for cucumber projects============\n"
29
34
  sleep (2)
30
35
  puts "=======Copying Gemfile containing all required Gems============\n"
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = "1.7.8"
2
+ VERSION = "1.7.9"
3
3
  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.7.8
4
+ version: 1.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap