Skip to content

Commit

Permalink
Switched to the File.expand_path syntax for the spec_helper support i…
Browse files Browse the repository at this point in the history
…nclusions.
  • Loading branch information
laserlemon committed Jan 3, 2011
1 parent 6273df5 commit df48ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -17,4 +17,4 @@
end
end

Dir[File.dirname(__FILE__) + '/support/*.rb'].each { |f| require f }
Dir[File.expand_path('../support/*.rb', __FILE__)].each{|f| require f }

0 comments on commit df48ffa

Please sign in to comment.