clean tests and add score calculator service test
Showing
... | ... | @@ -94,7 +94,7 @@ gem 'stackprof' |
#Awesome font icons | ||
gem "font-awesome-rails" | ||
group :development, :test do | ||
group :development do | ||
# profiler | ||
gem 'rack-mini-profiler' | ||
gem 'flamegraph' | ||
... | ... | @@ -111,11 +111,8 @@ group :development, :test do |
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
gem 'spring' | ||
gem 'sqlite3' | ||
#JavaScript runtime | ||
gem 'execjs' | ||
end | ||
group :test do | ||
... | ... |