1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

trailing whitespace

This commit is contained in:
Mark Burns 2012-03-03 14:01:19 +00:00
parent 08718df5c4
commit 93191523ba
4 changed files with 14 additions and 15 deletions

View file

@ -18,7 +18,7 @@ module Draper
def build_model_decorator
template 'decorator.rb', "#{DECORATORS_ROOT}#{resource_name.singularize}_decorator.rb"
end
#
def build_decorator_tests
case options["test-framework"]
when "rspec"

View file

@ -48,7 +48,6 @@ describe Draper::DecoratorGenerator do
it { should contain "class ProductDecoratorTest < ActiveSupport::TestCase" }
end
end
end