Sha256: 4fcf61d697c5f4017652dd3e72794fa6c867b1cb91b5dccb2174ec9f1a912192

Contents?: true

Size: 300 Bytes

Versions: 14

Compression:

Stored size: 300 Bytes

Contents

describe '<%= @name_camel_case %>' do

  before do
    class << self
      include CDQ
    end
    cdq.setup
  end

  after do
    cdq.reset!
  end

  it 'should be a <%= @name_camel_case %> entity' do
    <%= @name_camel_case %>.entity_description.name.should == '<%= @name_camel_case %>'
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cdq-2.0.0 templates/model/spec/models/name.rb
cdq-1.0.8 templates/model/spec/models/name.rb
cdq-1.0.7 templates/model/spec/models/name.rb
cdq-1.0.6 templates/model/spec/models/name.rb
cdq-1.0.4 templates/model/spec/models/name.rb
cdq-1.0.3 templates/model/spec/models/name.rb
cdq-1.0.2 templates/model/spec/models/name.rb
cdq-1.0.1 templates/model/spec/models/name.rb
cdq-1.0.0 templates/model/spec/models/name.rb
cdq-0.1.11 templates/model/spec/models/name.rb
cdq-0.1.10 templates/model/spec/models/name.rb
cdq-0.1.9 templates/model/spec/models/name.rb
cdq-0.1.8 templates/model/spec/models/name.rb
cdq-0.1.7 templates/model/spec/models/name.rb