Skip to content

Commit

Permalink
updates!
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstorer committed Aug 27, 2012
1 parent 29b57a5 commit 26fe26c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = BitlyOAuth::VERSION

Expand Down
2 changes: 0 additions & 2 deletions lib/bitly_oauth.rb

This file was deleted.

2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'bitly_oauth'
require 'bitly-oauth'

FakeWeb.allow_net_connect = false

Expand Down

0 comments on commit 26fe26c

Please sign in to comment.