implement dbadapter schema
Showing
with
360 additions
and
22 deletions
... | ... | @@ -44,6 +44,8 @@ group :development, :test do |
gem 'vcr' | ||
gem 'webmock' | ||
gem 'rspec-json_expectations' | ||
gem 'cucumber-rails', require: false | ||
gem 'database_cleaner' | ||
end | ||
group :development, :test do | ||
... | ... |
bin/build
0 → 100755
bin/cucumber
0 → 100755
bin/httparty
0 → 100755
bin/safe_yaml
0 → 100755
bin/with-rspec-2
0 → 100755
bin/with-rspec-3
0 → 100755
config/cucumber.yml
0 → 100644
features/load_db_schema.feature
0 → 100644
features/step_definitions/.gitkeep
0 → 100644
File mode changed
features/step_definitions/.rubocop.yml
0 → 100644
features/support/env.rb
0 → 100644
lib/tasks/cucumber.rake
0 → 100644
script/cucumber
0 → 100755
Please
register
or
sign in
to comment