init project
parents
Showing
.bundle/config
0 → 100644
.rspec
0 → 100644
Gemfile
0 → 100644
| source 'https://rubygems.org' | ||
| gem 'rspec' | ||
| # gem 'rspec-rails' | ||
| gem 'capybara' | ||
| gem 'capybara-webkit' | ||
| gem 'launchy' | ||
| # Turnip is a Gherkin extension for RSpec. It allows you to write tests in Gherkin and run them through your RSpec environment. Basically you can write cucumber features in RSpec. | ||
| gem 'turnip' | ||
| gem 'poltergeist' | ||
| gem 'spring' |
Gemfile.lock
0 → 100644
bin/bundler
0 → 100755
bin/erubis
0 → 100755
bin/htmldiff
0 → 100755
bin/launchy
0 → 100755
bin/ldiff
0 → 100755
bin/nokogiri
0 → 100755
bin/rackup
0 → 100755
bin/rails
0 → 100755
bin/rake
0 → 100755
bin/rspec
0 → 100755
bin/spring
0 → 100755
bin/thor
0 → 100755
spec/features/home.feature
0 → 100644
spec/spec_helper.rb
0 → 100644
spec/steps/common.rb
0 → 100644
Please
register
or
sign in
to comment