mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
parent
b5cad2ae87
commit
ef368a3a88
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ require 'draper/model_support'
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue