Sha256: 2cca66b6541f8ab593a50ffd49e087a864b37e3b2b65ff30d59d464f8c398eca

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

require 'spec_helper'

describe :my_migration do
  it "should run migration template" do
    # bug, raising NameError: undefined local variable or method `interceptor'
    proc { subject.should generate(:migration_template, "1", "2") }.should_not raise_error(NameError)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
genspec-0.2.0.prerails3.2 spec/generators/migration_spec.rb