Skip to content

Commit

Permalink
Remove gem commands.
Browse files Browse the repository at this point in the history
Specs run with:

    ruby -w -Ilib:bin:test:. -I../rdbi-driver-mock/lib -I../epoxy/lib -I../typelib/lib test/test_*.rb
  • Loading branch information
Pistos committed May 25, 2011
1 parent e5accb2 commit 3f3b746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions perf/profile.rb
Expand Up @@ -3,9 +3,7 @@
require 'rdbi'
require 'fileutils'
ENV["driver"] ||= "SQLite3"
gem "rdbi-driver-#{ENV["driver"].downcase}"
require "rdbi/driver/#{ENV["driver"].downcase}"
gem 'perftools.rb'
require 'perftools'

FileUtils.rm 'test.db' rescue nil
Expand Down
1 change: 0 additions & 1 deletion test/helper.rb
@@ -1,5 +1,4 @@
require 'rubygems'
gem 'rdbi-driver-mock'
require 'test/unit'

$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit 3f3b746

Please sign in to comment.