Skip to content

Commit

Permalink
Only include rspec if we really want it.
Browse files Browse the repository at this point in the history
This closes #91.
  • Loading branch information
steveklabnik committed Jan 5, 2012
1 parent b5cad2a commit ef368a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/draper.rb
Expand Up @@ -6,6 +6,6 @@
require 'draper/helper_support'
require 'draper/view_context'
require 'draper/decorated_enumerable_proxy'
require 'draper/rspec_integration' if defined?(RSpec)
require 'draper/rspec_integration' if defined?(RSpec) and RSpec.respond_to?(:configure)

Draper::System.setup

0 comments on commit ef368a3

Please sign in to comment.