Skip to content

Commit

Permalink
Setting up documentation and checking enviroments and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoynter committed Feb 11, 2016
1 parent 4b0b0ef commit 6b427d0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -74,3 +74,4 @@ group :development do
gem 'rails-erd'
end

gem 'coveralls', require: false
31 changes: 31 additions & 0 deletions Gemfile.lock
Expand Up @@ -55,6 +55,13 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
debug_inspector (0.0.2)
devise (3.5.6)
bcrypt (~> 3.0)
Expand All @@ -63,12 +70,18 @@ GEM
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
docile (1.1.5)
domain_name (0.5.20160128)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
execjs (2.6.0)
ffi (1.9.10-x64-mingw32)
genericons-rails (0.5.0)
globalid (0.3.6)
activesupport (>= 4.1.0)
hike (1.2.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
jbuilder (2.4.0)
activesupport (>= 3.0.0, < 5.1)
Expand All @@ -86,6 +99,7 @@ GEM
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.2)
netrc (0.11.0)
nokogiri (1.6.7.2-x64-mingw32)
mini_portile2 (~> 2.0.0.rc2)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -144,6 +158,11 @@ GEM
redis (>= 2.2)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
rest-client (1.8.0-x64-mingw32)
ffi (~> 1.9)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
ruby-graphviz (1.2.2)
ruby-prof (0.15.9)
sass (3.4.21)
Expand All @@ -156,6 +175,11 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
spring (1.6.3)
sprockets (2.12.4)
hike (~> 1.2)
Expand All @@ -166,16 +190,22 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
tins (1.6.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2016.1)
tzinfo (>= 1.0.0)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2-x64-mingw32)
warden (1.2.6)
rack (>= 1.0)
web-console (2.3.0)
Expand All @@ -192,6 +222,7 @@ DEPENDENCIES
bower-rails
byebug
coffee-rails (~> 4.1.0)
coveralls
devise
genericons-rails
jbuilder (~> 2.0)
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
## README

[![Build Status](https://travis-ci.org/CLOSER-Cohorts/archivist.svg?branch=master)](https://travis-ci.org/CLOSER-Cohorts/archivist)
[![Inline docs](http://inch-ci.org/github/CLOSER-Cohorts/archivist.svg?branch=master)](http://inch-ci.org/github/CLOSER-Cohorts/archivist)
[![Coverage Status](https://coveralls.io/repos/github/CLOSER-Cohorts/archivist/badge.svg?branch=master)](https://coveralls.io/github/CLOSER-Cohorts/archivist?branch=master)

### Models
#### CADDIES
Expand Down
5 changes: 4 additions & 1 deletion test/test_helper.rb
@@ -1,7 +1,10 @@
require 'coveralls'

Coveralls.wear!

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

ActiveRecord::Migration.maintain_test_schema!

class ActiveSupport::TestCase
Expand Down

0 comments on commit 6b427d0

Please sign in to comment.