add rspec

This commit is contained in:
Torsten Ruger
2018-04-10 18:42:22 +03:00
parent 2b00be8443
commit 5ee1c6d461
6 changed files with 202 additions and 0 deletions

View File

@ -10,9 +10,17 @@ gem 'uglifier'
gem "haml-rails"
gem "susy" , "2.2.12"
gem 'high_voltage'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails'
end
group :test do
gem 'capybara'
gem 'capybara-screenshot'
end
group :development do