Sha256: 22747f28874315eb437e18237ef6a233939a99a11fbf9aef19215ff2fa43a420

Contents?: true

Size: 298 Bytes

Versions: 8

Compression:

Stored size: 298 Bytes

Contents

require 'spec_helper'

def app
  ApplicationApi
end

describe <%= name.classify.pluralize %>Api do
  include Rack::Test::Methods

  describe 'e.g. GET, POST, PUT, etc.' do
    it 'needs tests to be written!' do
      pending('write tests for <%= name.classify.pluralize %>Api!')
    end
  end

end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
napa-0.5.0 lib/napa/cli/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
service_template-0.5.2 lib/service_template/generators/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
napa-0.4.3 lib/napa/cli/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
service_template-0.5.1 lib/service_template/generators/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
service_template-0.5.0 lib/service_template/generators/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
napa-0.4.1 lib/napa/generators/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
napa-0.4.0 lib/napa/generators/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt
napa-0.3.0 lib/napa/generators/templates/api/spec/apis/%name_tableize%_api_spec.rb.tt