Sha256: 3b1a7ae65a8072da09e6a853e27f92733a562d35b4df02654f02cb440852c0b1

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

describe DataMapper::Adapters::Sql::Commands::DeleteCommand do
  
  it "should drop and create the table" do
    database.schema[Zoo].drop!.should == true
    database.schema[Zoo].exists?.should == false
    database.schema[Zoo].create!.should == true
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datamapper-0.1.1 spec/delete_command_spec.rb