cucumber_factory 1.11.4 → 1.11.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +1 -0
  3. data/.ruby-version +1 -1
  4. data/.travis.yml +42 -0
  5. data/Gemfile +1 -0
  6. data/Gemfile.lock +1 -0
  7. data/{MIT-LICENSE → LICENSE} +1 -1
  8. data/README.md +158 -0
  9. data/Rakefile +5 -57
  10. data/cucumber_factory.gemspec +2 -1
  11. data/gemfiles/Gemfile.cucumber-1.3 +17 -0
  12. data/gemfiles/Gemfile.cucumber-1.3.lock +53 -0
  13. data/gemfiles/Gemfile.cucumber-2.4 +16 -0
  14. data/gemfiles/Gemfile.cucumber-2.4.lock +84 -0
  15. data/gemfiles/Gemfile.cucumber-3.0 +16 -0
  16. data/gemfiles/Gemfile.cucumber-3.0.lock +79 -0
  17. data/lib/cucumber/factory.rb +13 -4
  18. data/lib/cucumber_factory.rb +5 -0
  19. data/lib/cucumber_factory/switcher.rb +9 -3
  20. data/lib/cucumber_factory/version.rb +1 -1
  21. data/spec/{shared/cucumber_factory → cucumber_factory}/factory/build_strategy_spec.rb +0 -1
  22. data/spec/{shared/cucumber_factory → cucumber_factory}/steps_spec.rb +20 -4
  23. data/spec/spec_helper.rb +12 -0
  24. data/spec/support/cucumber_helper.rb +35 -0
  25. data/spec/support/database.rb +30 -0
  26. data/spec/support/database.sample.yml +5 -0
  27. data/spec/support/database.travis.yml +4 -0
  28. data/spec/support/database.yml +5 -0
  29. data/spec/{shared/support → support}/factory_girl_mock.rb +0 -0
  30. data/spec/{shared/app_root/app → support}/models/job_offer.rb +0 -0
  31. data/spec/{shared/app_root/app → support}/models/machinist_model.rb +0 -0
  32. data/spec/{shared/app_root/app → support}/models/movie.rb +0 -0
  33. data/spec/{shared/app_root/app → support}/models/opera.rb +0 -0
  34. data/spec/{shared/app_root/app → support}/models/payment.rb +0 -0
  35. data/spec/support/models/people/actor.rb +4 -0
  36. data/spec/{shared/app_root/app → support}/models/plain_ruby_class.rb +0 -0
  37. data/spec/{shared/app_root/app → support}/models/user.rb +0 -0
  38. metadata +59 -117
  39. data/README.rdoc +0 -103
  40. data/spec/app_root/log/.keep +0 -0
  41. data/spec/rails-2.3/Gemfile +0 -10
  42. data/spec/rails-2.3/Gemfile.lock +0 -70
  43. data/spec/rails-2.3/Rakefile +0 -11
  44. data/spec/rails-2.3/app_root/config/boot.rb +0 -129
  45. data/spec/rails-2.3/app_root/config/database.yml +0 -4
  46. data/spec/rails-2.3/app_root/config/environment.rb +0 -7
  47. data/spec/rails-2.3/app_root/config/environments/test.rb +0 -28
  48. data/spec/rails-2.3/app_root/config/preinitializer.rb +0 -20
  49. data/spec/rails-2.3/app_root/config/routes.rb +0 -4
  50. data/spec/rails-2.3/app_root/log/.gitignore +0 -1
  51. data/spec/rails-2.3/rcov.opts +0 -2
  52. data/spec/rails-2.3/spec.opts +0 -4
  53. data/spec/rails-2.3/spec/spec_helper.rb +0 -28
  54. data/spec/rails-3.0/.rspec +0 -2
  55. data/spec/rails-3.0/Gemfile +0 -9
  56. data/spec/rails-3.0/Gemfile.lock +0 -126
  57. data/spec/rails-3.0/Rakefile +0 -10
  58. data/spec/rails-3.0/app_root/.gitignore +0 -4
  59. data/spec/rails-3.0/app_root/config/application.rb +0 -32
  60. data/spec/rails-3.0/app_root/config/boot.rb +0 -13
  61. data/spec/rails-3.0/app_root/config/database.yml +0 -4
  62. data/spec/rails-3.0/app_root/config/environment.rb +0 -5
  63. data/spec/rails-3.0/app_root/config/environments/test.rb +0 -35
  64. data/spec/rails-3.0/app_root/config/initializers/backtrace_silencers.rb +0 -7
  65. data/spec/rails-3.0/app_root/config/initializers/inflections.rb +0 -10
  66. data/spec/rails-3.0/app_root/config/initializers/mime_types.rb +0 -5
  67. data/spec/rails-3.0/app_root/config/initializers/secret_token.rb +0 -7
  68. data/spec/rails-3.0/app_root/config/initializers/session_store.rb +0 -8
  69. data/spec/rails-3.0/app_root/config/routes.rb +0 -3
  70. data/spec/rails-3.0/app_root/log/.gitkeep +0 -0
  71. data/spec/rails-3.0/rcov.opts +0 -2
  72. data/spec/rails-3.0/spec/spec_helper.rb +0 -25
  73. data/spec/rails-3.2/.rspec +0 -2
  74. data/spec/rails-3.2/Gemfile +0 -9
  75. data/spec/rails-3.2/Gemfile.lock +0 -136
  76. data/spec/rails-3.2/Rakefile +0 -10
  77. data/spec/rails-3.2/app_root/.gitignore +0 -4
  78. data/spec/rails-3.2/app_root/config/application.rb +0 -32
  79. data/spec/rails-3.2/app_root/config/boot.rb +0 -13
  80. data/spec/rails-3.2/app_root/config/database.yml +0 -4
  81. data/spec/rails-3.2/app_root/config/environment.rb +0 -5
  82. data/spec/rails-3.2/app_root/config/environments/test.rb +0 -35
  83. data/spec/rails-3.2/app_root/config/initializers/backtrace_silencers.rb +0 -7
  84. data/spec/rails-3.2/app_root/config/initializers/inflections.rb +0 -10
  85. data/spec/rails-3.2/app_root/config/initializers/mime_types.rb +0 -5
  86. data/spec/rails-3.2/app_root/config/initializers/secret_token.rb +0 -7
  87. data/spec/rails-3.2/app_root/config/initializers/session_store.rb +0 -8
  88. data/spec/rails-3.2/app_root/config/routes.rb +0 -3
  89. data/spec/rails-3.2/app_root/log/.gitkeep +0 -0
  90. data/spec/rails-3.2/rcov.opts +0 -2
  91. data/spec/rails-3.2/spec/spec_helper.rb +0 -25
  92. data/spec/rails-4.0/.rspec +0 -2
  93. data/spec/rails-4.0/Gemfile +0 -9
  94. data/spec/rails-4.0/Gemfile.lock +0 -114
  95. data/spec/rails-4.0/Rakefile +0 -10
  96. data/spec/rails-4.0/app_root/.gitignore +0 -4
  97. data/spec/rails-4.0/app_root/config/application.rb +0 -31
  98. data/spec/rails-4.0/app_root/config/boot.rb +0 -13
  99. data/spec/rails-4.0/app_root/config/database.yml +0 -4
  100. data/spec/rails-4.0/app_root/config/environment.rb +0 -5
  101. data/spec/rails-4.0/app_root/config/environments/test.rb +0 -34
  102. data/spec/rails-4.0/app_root/config/initializers/backtrace_silencers.rb +0 -7
  103. data/spec/rails-4.0/app_root/config/initializers/inflections.rb +0 -10
  104. data/spec/rails-4.0/app_root/config/initializers/mime_types.rb +0 -5
  105. data/spec/rails-4.0/app_root/config/initializers/secret_token.rb +0 -7
  106. data/spec/rails-4.0/app_root/config/initializers/session_store.rb +0 -8
  107. data/spec/rails-4.0/app_root/config/locales/en.yml +0 -4
  108. data/spec/rails-4.0/app_root/config/routes.rb +0 -3
  109. data/spec/rails-4.0/app_root/log/.gitkeep +0 -0
  110. data/spec/rails-4.0/rcov.opts +0 -2
  111. data/spec/rails-4.0/spec/spec_helper.rb +0 -25
  112. data/spec/shared/app_root/app/controllers/application_controller.rb +0 -2
  113. data/spec/shared/app_root/app/models/people/actor.rb +0 -2
  114. data/spec/shared/app_root/config/locales/en.yml +0 -4
  115. data/spec/shared/app_root/db/migrate/001_create_movies.rb +0 -17
  116. data/spec/shared/app_root/db/migrate/002_create_users.rb +0 -20
  117. data/spec/shared/app_root/db/migrate/003_create_payments.rb +0 -14
  118. data/spec/shared/app_root/db/migrate/004_create_actors.rb +0 -12
  119. data/spec/shared/cucumber_factory/cucumber_helper.rb +0 -15
  120. data/spec/shared/cucumber_factory/runtime_ext_spec.rb +0 -33
@@ -1,9 +0,0 @@
1
- source 'http://rubygems.org'
2
-
3
- gem 'sqlite3'
4
- gem 'rails', '~>3.0.3'
5
- gem 'rspec', '~>2.0'
6
- gem 'rspec-rails'
7
- gem 'cucumber', '<2'
8
- gem 'cucumber_factory', :path => '../..'
9
-
@@ -1,126 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- cucumber_factory (1.11.3)
5
- activesupport
6
- cucumber
7
- cucumber_priority
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- abstract (1.0.0)
13
- actionmailer (3.0.20)
14
- actionpack (= 3.0.20)
15
- mail (~> 2.2.19)
16
- actionpack (3.0.20)
17
- activemodel (= 3.0.20)
18
- activesupport (= 3.0.20)
19
- builder (~> 2.1.2)
20
- erubis (~> 2.6.6)
21
- i18n (~> 0.5.0)
22
- rack (~> 1.2.5)
23
- rack-mount (~> 0.6.14)
24
- rack-test (~> 0.5.7)
25
- tzinfo (~> 0.3.23)
26
- activemodel (3.0.20)
27
- activesupport (= 3.0.20)
28
- builder (~> 2.1.2)
29
- i18n (~> 0.5.0)
30
- activerecord (3.0.20)
31
- activemodel (= 3.0.20)
32
- activesupport (= 3.0.20)
33
- arel (~> 2.0.10)
34
- tzinfo (~> 0.3.23)
35
- activeresource (3.0.20)
36
- activemodel (= 3.0.20)
37
- activesupport (= 3.0.20)
38
- activesupport (3.0.20)
39
- arel (2.0.10)
40
- builder (2.1.2)
41
- cucumber (1.3.20)
42
- builder (>= 2.1.2)
43
- diff-lcs (>= 1.1.3)
44
- gherkin (~> 2.12)
45
- multi_json (>= 1.7.5, < 2.0)
46
- multi_test (>= 0.1.2)
47
- cucumber_priority (0.1.0)
48
- activesupport
49
- cucumber
50
- diff-lcs (1.2.5)
51
- erubis (2.6.6)
52
- abstract (>= 1.0.0)
53
- gherkin (2.12.2)
54
- multi_json (~> 1.3)
55
- i18n (0.5.4)
56
- json (1.8.3)
57
- mail (2.2.20)
58
- activesupport (>= 2.3.6)
59
- i18n (>= 0.4.0)
60
- mime-types (~> 1.16)
61
- treetop (~> 1.4.8)
62
- mime-types (1.25.1)
63
- multi_json (1.11.2)
64
- multi_test (0.1.2)
65
- polyglot (0.3.5)
66
- rack (1.2.8)
67
- rack-mount (0.6.14)
68
- rack (>= 1.0.0)
69
- rack-test (0.5.7)
70
- rack (>= 1.0)
71
- rails (3.0.20)
72
- actionmailer (= 3.0.20)
73
- actionpack (= 3.0.20)
74
- activerecord (= 3.0.20)
75
- activeresource (= 3.0.20)
76
- activesupport (= 3.0.20)
77
- bundler (~> 1.0)
78
- railties (= 3.0.20)
79
- railties (3.0.20)
80
- actionpack (= 3.0.20)
81
- activesupport (= 3.0.20)
82
- rake (>= 0.8.7)
83
- rdoc (~> 3.4)
84
- thor (~> 0.14.4)
85
- rake (10.4.2)
86
- rdoc (3.12.2)
87
- json (~> 1.4)
88
- rspec (2.99.0)
89
- rspec-core (~> 2.99.0)
90
- rspec-expectations (~> 2.99.0)
91
- rspec-mocks (~> 2.99.0)
92
- rspec-collection_matchers (1.1.2)
93
- rspec-expectations (>= 2.99.0.beta1)
94
- rspec-core (2.99.2)
95
- rspec-expectations (2.99.2)
96
- diff-lcs (>= 1.1.3, < 2.0)
97
- rspec-mocks (2.99.4)
98
- rspec-rails (2.99.0)
99
- actionpack (>= 3.0)
100
- activemodel (>= 3.0)
101
- activesupport (>= 3.0)
102
- railties (>= 3.0)
103
- rspec-collection_matchers
104
- rspec-core (~> 2.99.0)
105
- rspec-expectations (~> 2.99.0)
106
- rspec-mocks (~> 2.99.0)
107
- sqlite3 (1.3.11)
108
- thor (0.14.6)
109
- treetop (1.4.15)
110
- polyglot
111
- polyglot (>= 0.3.1)
112
- tzinfo (0.3.45)
113
-
114
- PLATFORMS
115
- ruby
116
-
117
- DEPENDENCIES
118
- cucumber (< 2)
119
- cucumber_factory!
120
- rails (~> 3.0.3)
121
- rspec (~> 2.0)
122
- rspec-rails
123
- sqlite3
124
-
125
- BUNDLED WITH
126
- 1.10.6
@@ -1,10 +0,0 @@
1
- require 'rake'
2
- require 'rspec/core/rake_task'
3
-
4
- desc 'Default: Run all specs for a specific rails version.'
5
- task :default => :spec
6
-
7
- desc "Run all specs for a specific rails version"
8
- RSpec::Core::RakeTask.new(:spec) do |t|
9
- t.pattern = defined?(SPEC) ? SPEC : ['**/*_spec.rb', '../shared/**/*_spec.rb']
10
- end
@@ -1,4 +0,0 @@
1
- .bundle
2
- db/*.sqlite3
3
- log/*.log
4
- tmp/**/*
@@ -1,32 +0,0 @@
1
- require File.expand_path('../boot', __FILE__)
2
-
3
- require 'rails/all'
4
-
5
- # If you have a Gemfile, require the gems listed there, including any gems
6
- # you've limited to :test, :development, or :production.
7
- Bundler.require(:default, Rails.env) if defined?(Bundler)
8
-
9
-
10
- module SpecApp
11
- class Application < Rails::Application
12
- config.encoding = "utf-8"
13
-
14
- config.cache_classes = true
15
- config.whiny_nils = true
16
-
17
- config.consider_all_requests_local = true
18
- config.action_controller.perform_caching = false
19
-
20
- config.action_dispatch.show_exceptions = false
21
-
22
- config.action_controller.allow_forgery_protection = false
23
-
24
- config.action_mailer.delivery_method = :test
25
-
26
- config.active_support.deprecation = :stderr
27
-
28
- config.root = File.expand_path('../..', __FILE__)
29
-
30
- # railties.plugins << Rails::Plugin.new(File.expand_path('../../../../..', __FILE__))
31
- end
32
- end
@@ -1,13 +0,0 @@
1
- require 'rubygems'
2
-
3
- # Set up gems listed in the Gemfile.
4
- gemfile = File.expand_path('../../Gemfile', __FILE__)
5
- begin
6
- ENV['BUNDLE_GEMFILE'] = gemfile
7
- require 'bundler'
8
- Bundler.setup
9
- rescue Bundler::GemNotFound => e
10
- STDERR.puts e.message
11
- STDERR.puts "Try running `bundle install`."
12
- exit!
13
- end if File.exist?(gemfile)
@@ -1,4 +0,0 @@
1
- test:
2
- adapter: sqlite3
3
- database: ":memory:"
4
- verbosity: quiet
@@ -1,5 +0,0 @@
1
- # Load the rails application
2
- require File.expand_path('../application', __FILE__)
3
-
4
- # Initialize the rails application
5
- SpecApp::Application.initialize!
@@ -1,35 +0,0 @@
1
- SpecApp::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Log error messages when you accidentally call methods on nil.
11
- config.whiny_nils = true
12
-
13
- # Show full error reports and disable caching
14
- config.consider_all_requests_local = true
15
- config.action_controller.perform_caching = false
16
-
17
- # Raise exceptions instead of rendering exception templates
18
- config.action_dispatch.show_exceptions = false
19
-
20
- # Disable request forgery protection in test environment
21
- config.action_controller.allow_forgery_protection = false
22
-
23
- # Tell Action Mailer not to deliver emails to the real world.
24
- # The :test delivery method accumulates sent emails in the
25
- # ActionMailer::Base.deliveries array.
26
- config.action_mailer.delivery_method = :test
27
-
28
- # Use SQL instead of Active Record's schema dumper when creating the test database.
29
- # This is necessary if your schema can't be completely dumped by the schema dumper,
30
- # like if you have constraints or database-specific column types
31
- # config.active_record.schema_format = :sql
32
-
33
- # Print deprecation notices to the stderr
34
- config.active_support.deprecation = :stderr
35
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,10 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format
4
- # (all these examples are active by default):
5
- # ActiveSupport::Inflector.inflections do |inflect|
6
- # inflect.plural /^(ox)$/i, '\1en'
7
- # inflect.singular /^(ox)en/i, '\1'
8
- # inflect.irregular 'person', 'people'
9
- # inflect.uncountable %w( fish sheep )
10
- # end
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
- # Make sure the secret is at least 30 characters and all random,
6
- # no regular words or you'll be exposed to dictionary attacks.
7
- SpecApp::Application.config.secret_token = 'cb014a08a45243e7143f31e04774c342c1fba329fd594ae1a480d8283b1a851f425dc08044311fb4be6d000b6e6681de7c76d19148419a5ffa0a9f84556d3b33'
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- SpecApp::Application.config.session_store :cookie_store, :key => '_app_root_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rails generate session_migration")
8
- # SpecApp::Application.config.session_store :active_record_store
@@ -1,3 +0,0 @@
1
- SpecApp::Application.routes.draw do
2
- match ':controller(/:action(/:id(.:format)))'
3
- end
File without changes
@@ -1,2 +0,0 @@
1
- --exclude "spec/*,gems/*"
2
- --rails
@@ -1,25 +0,0 @@
1
- $: << File.join(File.dirname(__FILE__), "/../../lib" )
2
-
3
- ENV['RAILS_ENV'] = 'test'
4
- ENV['RAILS_ROOT'] = 'app_root'
5
-
6
- # Load the Rails environment and testing framework
7
- require "#{File.dirname(__FILE__)}/../app_root/config/environment"
8
- require 'rspec/rails'
9
- require "#{File.dirname(__FILE__)}/../../../lib/cucumber_factory"
10
-
11
- # Load dependencies
12
- # require 'has_defaults'
13
-
14
- # Require support code
15
- # Dir["../shared/support/**/*.rb"].each {|f| require f}
16
-
17
- # Run the migrations
18
- print "\033[30m" # dark gray text
19
- ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate")
20
- print "\033[0m"
21
-
22
- RSpec.configure do |config|
23
- config.use_transactional_fixtures = true
24
- config.use_instantiated_fixtures = false
25
- end
@@ -1,2 +0,0 @@
1
- --colour
2
- --format progress
@@ -1,9 +0,0 @@
1
- source 'http://rubygems.org'
2
-
3
- gem 'sqlite3'
4
- gem 'rails', '~>3.2'
5
- gem 'rspec'
6
- gem 'rspec-rails'
7
- gem 'cucumber', '<2'
8
- gem 'cucumber_factory', :path => '../..'
9
-
@@ -1,136 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- cucumber_factory (1.11.3)
5
- activesupport
6
- cucumber
7
- cucumber_priority
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actionmailer (3.2.22)
13
- actionpack (= 3.2.22)
14
- mail (~> 2.5.4)
15
- actionpack (3.2.22)
16
- activemodel (= 3.2.22)
17
- activesupport (= 3.2.22)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.4)
21
- rack (~> 1.4.5)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.2.1)
25
- activemodel (3.2.22)
26
- activesupport (= 3.2.22)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.22)
29
- activemodel (= 3.2.22)
30
- activesupport (= 3.2.22)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.22)
34
- activemodel (= 3.2.22)
35
- activesupport (= 3.2.22)
36
- activesupport (3.2.22)
37
- i18n (~> 0.6, >= 0.6.4)
38
- multi_json (~> 1.0)
39
- arel (3.0.3)
40
- builder (3.0.4)
41
- cucumber (1.3.20)
42
- builder (>= 2.1.2)
43
- diff-lcs (>= 1.1.3)
44
- gherkin (~> 2.12)
45
- multi_json (>= 1.7.5, < 2.0)
46
- multi_test (>= 0.1.2)
47
- cucumber_priority (0.1.0)
48
- activesupport
49
- cucumber
50
- diff-lcs (1.2.5)
51
- erubis (2.7.0)
52
- gherkin (2.12.2)
53
- multi_json (~> 1.3)
54
- hike (1.2.3)
55
- i18n (0.7.0)
56
- journey (1.0.4)
57
- json (1.8.3)
58
- mail (2.5.4)
59
- mime-types (~> 1.16)
60
- treetop (~> 1.4.8)
61
- mime-types (1.25.1)
62
- multi_json (1.11.2)
63
- multi_test (0.1.2)
64
- polyglot (0.3.5)
65
- rack (1.4.7)
66
- rack-cache (1.5.1)
67
- rack (>= 0.4)
68
- rack-ssl (1.3.4)
69
- rack
70
- rack-test (0.6.3)
71
- rack (>= 1.0)
72
- rails (3.2.22)
73
- actionmailer (= 3.2.22)
74
- actionpack (= 3.2.22)
75
- activerecord (= 3.2.22)
76
- activeresource (= 3.2.22)
77
- activesupport (= 3.2.22)
78
- bundler (~> 1.0)
79
- railties (= 3.2.22)
80
- railties (3.2.22)
81
- actionpack (= 3.2.22)
82
- activesupport (= 3.2.22)
83
- rack-ssl (~> 1.3.2)
84
- rake (>= 0.8.7)
85
- rdoc (~> 3.4)
86
- thor (>= 0.14.6, < 2.0)
87
- rake (10.4.2)
88
- rdoc (3.12.2)
89
- json (~> 1.4)
90
- rspec (3.4.0)
91
- rspec-core (~> 3.4.0)
92
- rspec-expectations (~> 3.4.0)
93
- rspec-mocks (~> 3.4.0)
94
- rspec-core (3.4.1)
95
- rspec-support (~> 3.4.0)
96
- rspec-expectations (3.4.0)
97
- diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.4.0)
99
- rspec-mocks (3.4.0)
100
- diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.4.0)
102
- rspec-rails (3.4.0)
103
- actionpack (>= 3.0, < 4.3)
104
- activesupport (>= 3.0, < 4.3)
105
- railties (>= 3.0, < 4.3)
106
- rspec-core (~> 3.4.0)
107
- rspec-expectations (~> 3.4.0)
108
- rspec-mocks (~> 3.4.0)
109
- rspec-support (~> 3.4.0)
110
- rspec-support (3.4.1)
111
- sprockets (2.2.3)
112
- hike (~> 1.2)
113
- multi_json (~> 1.0)
114
- rack (~> 1.0)
115
- tilt (~> 1.1, != 1.3.0)
116
- sqlite3 (1.3.11)
117
- thor (0.19.1)
118
- tilt (1.4.1)
119
- treetop (1.4.15)
120
- polyglot
121
- polyglot (>= 0.3.1)
122
- tzinfo (0.3.45)
123
-
124
- PLATFORMS
125
- ruby
126
-
127
- DEPENDENCIES
128
- cucumber (< 2)
129
- cucumber_factory!
130
- rails (~> 3.2)
131
- rspec
132
- rspec-rails
133
- sqlite3
134
-
135
- BUNDLED WITH
136
- 1.10.6