Sha256: 0c936aa609cbc7fd5b2d931dbad26f123a8141c707641909fe78de292fa0e103

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

require 'rails_helper'

describe <%= class_name %>Util do
<% attributes_names.each do |method_name| %>
  describe '#<%= method_name %>' do
    pending 'describe what the util method <%= method_name %> does here'
  end
<% end %>
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
power-types-0.7.0 lib/generators/rails/templates/util_spec.rb
power-types-0.6.0 lib/generators/rails/templates/util_spec.rb
power-types-0.5.0 lib/generators/rails/templates/util_spec.rb