mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
add new lines 😓
This commit is contained in:
parent
492a6a5bc4
commit
24ba88eb1c
15 changed files with 12 additions and 15 deletions
|
@ -8,4 +8,3 @@ require 'draper/view_context'
|
|||
require 'draper/decorated_enumerable_proxy'
|
||||
require 'draper/rspec_integration' if defined?(RSpec) and RSpec.respond_to?(:configure)
|
||||
require 'draper/railtie' if defined?(Rails)
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@ module Draper
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ class <%= resource_name.singularize.camelize %>DecoratorTest < ActiveSupport::Te
|
|||
# assert true
|
||||
# end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue