Sha256: 76a49e2bae24c649fc31c4a25b4c3175eff4ebbc238d11d4d55946a5a4aba782

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

require 'test_helper'

class <%= resource_name.singularize.camelize %>DecoratorTest < ActiveSupport::TestCase
  def setup
    ApplicationController.new.set_current_view_context
  end

  # test "the truth" do
  #   assert true
  # end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
draper-0.11.1 lib/generators/draper/decorator/templates/decorator_test.rb
draper-0.11.0 lib/generators/draper/decorator/templates/decorator_test.rb