Skip to content

Commit

Permalink
Merge branch 'add_tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Vincent committed Feb 21, 2017
2 parents adcdb4c + 6704b9b commit a7f4391
Show file tree
Hide file tree
Showing 33 changed files with 10,212 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ before_script:
script:
- RAILS_ENV=development bin/delayed_job start forstarting background jobs
- bundle exec rake recurring:init
- bundle exec rspec spec

5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ group :development, :test do
gem 'rspec-rails'
end

group :test do
gem "simplecov"
gem "codeclimate-test-reporter", "~> 1.0.0"
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ GEM
thor (~> 0.19)
builder (3.2.2)
byebug (9.0.6)
codeclimate-test-reporter (1.0.5)
simplecov
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
Expand Down Expand Up @@ -94,6 +96,7 @@ GEM
devise
zxcvbn-js (~> 4.2.0)
diff-lcs (1.3)
docile (1.1.5)
erubis (2.7.0)
execjs (2.7.0)
formtastic (3.1.4)
Expand Down Expand Up @@ -212,6 +215,11 @@ GEM
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
spring (2.0.0)
activesupport (>= 4.2)
sprockets (3.7.0)
Expand Down Expand Up @@ -248,6 +256,7 @@ DEPENDENCIES
activeadmin (~> 1.0.0.pre4)
bootstrap-sass (= 3.3.6)
byebug
codeclimate-test-reporter (~> 1.0.0)
coffee-rails (~> 4.1.0)
daemons
delayed_job_active_record
Expand All @@ -266,6 +275,7 @@ DEPENDENCIES
rspec-rails
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
simplecov
spring
turbolinks
uglifier (>= 1.3.0)
Expand Down
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"covered_percent": 85.53
}
}
Loading

0 comments on commit a7f4391

Please sign in to comment.