Skip to content

Commit

Permalink
Load the site map plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Sep 19, 2013
1 parent 0237951 commit 31f904a
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
Expand Up @@ -7,7 +7,7 @@
require 'rr'
require 'jekyll'

Dir["./_plugins/**/*.rb"].each {|f| require f}
Dir['./spec/support/**/*.rb', './_plugins/**/*.rb'].each {|f| require f}

include Jekyll

Expand Down

0 comments on commit 31f904a

Please sign in to comment.