Sha256: b84eb4e056b16d2d5dd39b1905c1b9ff81cbedbb5fab54aa94667eff5c59ba9f

Contents?: true

Size: 268 Bytes

Versions: 7

Compression:

Stored size: 268 Bytes

Contents

require "spec_helper"

module <%= module_name %>
  describe "<%= file_name %>" do

    # Add this line if your project is a Rails engine, not the application:
    # routes { <%= module_name %>::Engine.routes }

    # let(:root) { "api/v1/<%= file_name %>" }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hexx-1.1.1 lib/generators/controller/templates/routing_spec.erb
hexx-1.1.0 lib/generators/controller/templates/routing_spec.erb
hexx-1.0.2 lib/generators/controller/templates/routing_spec.erb
hexx-1.0.1 lib/generators/controller/templates/routing_spec.erb
hexx-1.0.0 lib/generators/controller/templates/routing_spec.erb
hexx-0.1.1 lib/generators/controller/templates/routing_spec.erb
hexx-0.1.0 lib/generators/controller/templates/routing_spec.erb