Skip to content

Commit 2033ec8

Browse files
author
Dan McClain
committed
Removing RVM tester
1 parent 01d92dc commit 2033ec8

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Rakefile

-9
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,4 @@ RSpec::Core::RakeTask.new(:spec) do |t|
3030
t.pattern = 'spec/**/*_spec.rb'
3131
end
3232

33-
require 'rvm-tester'
34-
RVM::Tester::TesterTask.new(:suite) do |t|
35-
t.bundle_install = true # updates Gemfile.lock, default is true
36-
t.use_travis = true # looks for Rubies in .travis.yml (on by default)
37-
t.command = "bundle exec rake spec" # runs plain "rake" by default
38-
t.env = {"VERBOSE" => "1"} # set any ENV vars
39-
t.verbose = true # shows more output, off by default
40-
end
41-
4233
task :default => :spec

postgres_ext.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ Gem::Specification.new do |gem|
2828
end
2929
gem.add_development_dependency 'debugger', '~> 1.1.2' if RUBY_VERSION == '1.9.3'
3030
gem.add_development_dependency 'fivemat'
31-
gem.add_development_dependency 'rvm-tester'
3231
end

0 commit comments

Comments
 (0)