Skip to content

Commit

Permalink
Include from correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 2, 2009
1 parent ea96363 commit c6decc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/yard-rspec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
YARD::Templates::Engine.register_template_path File.dirname(__FILE__) + '/../templates'
require File.join(File.dirname(__FILE__), 'yard-spec', 'handler') if RUBY19
require File.join(File.dirname(__FILE__), 'yard-spec', 'legacy')
require File.join(File.dirname(__FILE__), 'yard-rspec', 'handler') if RUBY19
require File.join(File.dirname(__FILE__), 'yard-rspec', 'legacy')

0 comments on commit c6decc0

Please sign in to comment.