mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-05 20:40:14 +01:00
Merge branch 'master' into new-gui
This commit is contained in:
commit
d44538f604
18 changed files with 328 additions and 119 deletions
2
Gemfile
2
Gemfile
|
|
@ -68,7 +68,6 @@ group :test do
|
|||
gem "mocha", :require => false
|
||||
|
||||
gem "aruba", git: 'https://github.com/cucumber/aruba', :require => false # need 0.5.4 for piping files; 0.5.3 is latest
|
||||
gem "simplecov"
|
||||
gem "timecop", "~> 0.6.2"
|
||||
|
||||
# Note that > 2.14 has problems, see:
|
||||
|
|
@ -82,6 +81,7 @@ group :test do
|
|||
#gem "capybara-screenshot"
|
||||
#gem "launchy"
|
||||
|
||||
gem "simplecov"
|
||||
# get test coverage info on codeclimate
|
||||
gem "codeclimate-test-reporter", group: :test, require: nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue