Sha256: 26f7ac195e666fae98d672bf5f406a36db32924376c8ba6515c9b148104252fe

Contents?: true

Size: 265 Bytes

Versions: 14

Compression:

Stored size: 265 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe StateEvent do
  before(:each) do
    @valid_attributes = {
    }
  end

  it "should create a new instance given valid attributes" do
    StateEvent.create!(@valid_attributes)
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 spec/models/state_event_spec.rb
spree-0.8.4 spec/models/state_event_spec.rb
spree-0.8.5 spec/models/state_event_spec.rb
spree-0.4.1 spec/models/state_event_spec.rb
spree-0.4.0 spec/models/state_event_spec.rb
spree-0.5.0 spec/models/state_event_spec.rb
spree-0.6.0 spec/models/state_event_spec.rb
spree-0.5.1 spec/models/state_event_spec.rb
spree-0.7.0 spec/models/state_event_spec.rb
spree-0.7.1 spec/models/state_event_spec.rb
spree-0.8.0 spec/models/state_event_spec.rb
spree-0.8.1 spec/models/state_event_spec.rb
spree-0.8.2 spec/models/state_event_spec.rb
spree-0.8.3 spec/models/state_event_spec.rb