Sha256: b67aa5b887ecfb5f1c5669cd962e81f64ee3aa9b2fedfd4e2f4368cf24fd4215

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

describe "Delete Command" 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.2.0 spec/delete_command_spec.rb