Sha256: aca610e830a15257dcd7e6d1d3789dd0c6fc6ae4cb9fd1255ec5b8123db32e99

Contents?: true

Size: 415 Bytes

Versions: 4

Compression:

Stored size: 415 Bytes

Contents

require 'spec_helper'

Soaspec.strip_namespaces = true # This allows namespace not to be used. Be careful with this

<%= operation %> = <%= options[:name] %>.new(<%= @class_params %>)
<%= operation %>.operation = :<%= operation %>
<%= operation %>.default_hash = data_for '<%= operation %>/default'

context <%= operation %> do
  describe Exchange.new(:default) do
    it_behaves_like 'success scenario'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
soaspec-0.0.81 lib/soaspec/generator/spec/dynamic_soap_spec.rb.erb
soaspec-0.0.80 lib/soaspec/generator/spec/dynamic_soap_spec.rb.erb
soaspec-0.0.79 lib/soaspec/generator/spec/dynamic_soap_spec.rb.erb
soaspec-0.0.78 lib/soaspec/generator/spec/dynamic_soap_spec.rb.erb