Skip to content

Commit

Permalink
Require files in spec_helpers correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored and mattetti committed Dec 13, 2008
1 parent 76757c1 commit 8d51b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'
require "merb-core"
require File.join( File.dirname(__FILE__), "..", "lib", "merb-parts" )
require File.join( File.dirname(__FILE__), "..", "lib", "merb_parts" )

# Require the fixtures
Dir[File.join(File.dirname(__FILE__), "fixtures", "*/**.rb")].each{|f| require f }
Expand Down

0 comments on commit 8d51b49

Please sign in to comment.