Skip to content

Commit

Permalink
These files don't exist anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed May 8, 2011
1 parent 02367a0 commit 3f090e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/vanilla.rb
Expand Up @@ -10,9 +10,4 @@ module Vanilla
autoload :Static, "vanilla/static"
autoload :SnipReferenceParser, "vanilla/snip_reference_parser"
autoload :TestHelper, "vanilla/test_helper"
end

# Load all the base dynasnip classes
Dir[File.join(File.dirname(__FILE__), 'vanilla', 'dynasnips', '*.rb')].each do |dynasnip|
require dynasnip
end
end

0 comments on commit 3f090e5

Please sign in to comment.