Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
47
Star
1,770
Fork
531
savonrb
/
savon
Code
Issues
8
Pull requests
3
Projects
0
Insights
Permalink
Browse files
added simplecov
Loading branch information
...
rubiii
committed
Dec 21, 2012
1 parent
4731b99
commit
504846eafe55af50e62f271746e8d276ddab2e0a
Unified
Split
Showing
2 changed files
with
8 additions
and
0 deletions
.
+1
−0
Gemfile
+7
−0
spec/spec_helper.rb
Show comments
View
1
Gemfile
@@ -2,3 +2,4 @@ source :rubygems
gemspec
gem
"
httpclient
"
,
"
~> 2.3.0
"
+gem
"
simplecov
"
,
:require
=>
false
,
:group
=>
:test
Show comments
View
7
spec/spec_helper.rb
@@ -1,6 +1,13 @@
require
"
bundler
"
Bundler
.setup(
:default
,
:development
)
+
if
ENV
[
"
COVERAGE
"
]
+
require
"
simplecov
"
+
SimpleCov
.start
do
+ add_filter
"
/spec/
"
+
end
+
end
+
require
"
savon
"
require
"
rspec
"
Toggle all file notes
0 comments on commit
504846e
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
504846e