Skip to content

Commit

Permalink
Remove ci-reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Dillion <[email protected]>
  • Loading branch information
mariash authored and Mike Dillion committed Aug 26, 2014
1 parent 1051e20 commit beb2709
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 34 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ group :development, :test do
gem 'rubocop', require: false
gem 'parallel_tests'
gem 'rack-test'
gem 'ci_reporter'
gem 'webmock'
gem 'fakefs', git: 'https://github.com/pivotal-cf-experimental/fakefs.git', ref: 'ebde3d6c'
# simplecov 0.8.x has an exit code bug: https://github.com/colszowka/simplecov/issues/281
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ GEM
rest-client (~> 1.6.7)
yajl-ruby (>= 0.8.2)
builder (3.1.4)
ci_reporter (1.8.4)
builder (>= 2.1.2)
codeclimate-test-reporter (0.3.0)
simplecov (>= 0.7.1, < 1.0.0)
crack (0.3.2)
Expand Down Expand Up @@ -473,7 +471,6 @@ DEPENDENCIES
bosh_openstack_cpi!
bosh_vsphere_cpi!
bosh_warden_cpi!
ci_reporter
codeclimate-test-reporter
fakefs!
foodcritic
Expand Down
26 changes: 0 additions & 26 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -492,32 +492,6 @@ The above copyright notice and this permission notice shall be included in all c

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


>>> ci_reporter-1.6.4

Copyright (c) 2006-2010 Nick Sieger <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


>>> crack-0.1.8

Copyright (c) 2009 John Nunemaker
Expand Down
1 change: 0 additions & 1 deletion bosh-dev/lib/bosh/dev/tasks.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rake_paths = File.expand_path('tasks/**/*.rake', File.dirname(__FILE__))
Dir.glob(rake_paths).each { |r| import r }
require 'ci/reporter/rake/rspec'
7 changes: 4 additions & 3 deletions spec/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ echo "--- Starting bundle install @ `date` ---"
# (Destination directory is created by bundler)
bundle install --local --clean --path "/mnt/ci-tmp/$JOB_NAME/"

echo "--- Starting rspec @ `date` ---"
if [ $# -ne 0 ]; then
echo "--- Starting rspec @ `date` ---"

# ci_reporter appends to SPEC_OPTS env variable to reconfigure rspec format
bundle exec rake --trace ci:setup:rspecdoc "$@"
bundle exec rake "$@"
fi
Binary file removed vendor/cache/ci_reporter-1.8.4.gem
Binary file not shown.

0 comments on commit beb2709

Please sign in to comment.