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 1fa94d4 commit 41f575a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merb_builder/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "merb-core"
require "spec"

require "merb-builder"
require "merb_builder"
require File.dirname(__FILE__) / "controllers" / "builder"

Merb.start :environment => 'test', :builder => { "indent" => 4 }
Expand Down
2 changes: 1 addition & 1 deletion merb_parts/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 41f575a

Please sign in to comment.