Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
e5308cb9
Commit
e5308cb9
authored
Dec 29, 2013
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[coveralls] setting
parent
5ab0aa7a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-0
.coveralls.yml
+1
-0
Gemfile
+4
-0
Gemfile.lock
+18
-0
spec/spec_helper.rb
+6
-0
No files found.
.coveralls.yml
0 → 100644
View file @
e5308cb9
service_name
:
travis-ci
Gemfile
View file @
e5308cb9
...
...
@@ -104,3 +104,7 @@ gem 'nokogiri'
gem
'
premailer
'
gem
'
faraday
'
group
:test
do
gem
'
coveralls
'
,
:require
=>
false
end
Gemfile.lock
View file @
e5308cb9
...
...
@@ -63,6 +63,12 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.3)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
css_parser (1.3.5)
addressable
daemons (1.1.9)
...
...
@@ -74,6 +80,7 @@ GEM
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
docile (1.1.1)
email_spec (1.5.0)
launchy (~> 2.1)
mail (~> 2.2)
...
...
@@ -189,6 +196,8 @@ GEM
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
...
...
@@ -212,6 +221,11 @@ GEM
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.4.7)
spring (1.0.0)
sprockets (2.10.1)
...
...
@@ -224,6 +238,8 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.8)
term-ansicolor (1.2.2)
tins (~> 0.8)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
...
...
@@ -233,6 +249,7 @@ GEM
atomic
tilt (1.4.1)
timers (1.1.0)
tins (0.13.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
...
...
@@ -253,6 +270,7 @@ DEPENDENCIES
binding_of_caller
coderay
coffee-rails (~> 4.0.0)
coveralls
devise
email_spec
factory_girl_rails
...
...
spec/spec_helper.rb
View file @
e5308cb9
# coveralls
require
'coveralls'
Coveralls
.
wear!
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV
[
"RAILS_ENV"
]
||=
'test'
require
File
.
expand_path
(
"../../config/environment"
,
__FILE__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment