Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix load_path in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Apr 26, 2010
1 parent 8c3e7d5 commit da6040f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/base.rb
Expand Up @@ -3,9 +3,8 @@
require 'fileutils'
require 'webmock/rspec'

require File.dirname(__FILE__) + '/../lib/heroku'
require 'command'
require 'commands/base'
require 'heroku/command'
require 'heroku/commands/base'
Dir["#{File.dirname(__FILE__)}/../lib/heroku/commands/*"].each { |c| require c }

include WebMock
Expand Down
1 change: 1 addition & 0 deletions spec/client_spec.rb
@@ -1,5 +1,6 @@
require File.dirname(__FILE__) + '/base'
require "cgi"
require "heroku/client"

describe Heroku::Client do
before do
Expand Down

0 comments on commit da6040f

Please sign in to comment.