Skip to content

Commit

Permalink
Require plugin handler in spec_helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Jackson committed Jan 17, 2013
1 parent 29a5ef8 commit ae0ee58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,8 @@
require 'bundler/setup'
Bundler.require(:default, :test)

require_relative '../plugin_handler.rb'

PREFIX = /^\./

ENV["MEETUP_API_KEY"] ||= "MEETUP_API_KEY"
Expand Down

0 comments on commit ae0ee58

Please sign in to comment.