Skip to content

Commit

Permalink
Tidied up requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalmond committed May 9, 2011
1 parent 291c94c commit 6ed20cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'rubygems'
require 'rake'
require 'rspec/core/rake_task'
require File.dirname(__FILE__) + "/lib/golf.rb"
COUNT_WHITESPACE = false

RSpec::Core::RakeTask.new(:spec) do |spec|
Expand Down
7 changes: 1 addition & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'golf'

require 'rspec'

require File.dirname(__FILE__) + "/../lib/golf.rb"

0 comments on commit 6ed20cb

Please sign in to comment.