Skip to content

Commit

Permalink
missing /macro on Require File
Browse files Browse the repository at this point in the history
  • Loading branch information
magpieuk committed Dec 5, 2008
1 parent e685e5b commit c9ddb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/woulda/acts_as_taggable_on_steroids.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'shoulda'
require File.dirname(__FILE__) + '/acts_as_taggable_on_steroids/macro'
require File.dirname(__FILE__) + '/acts_as_taggable_on_steroids/macros'

Test::Unit::TestCase.class_eval do
extend Woulda::ActsAsTaggableOnSteroids::Macros
Expand Down

0 comments on commit c9ddb7c

Please sign in to comment.