Sha256: 597ec9fa7c35e0e3c61baf309fece78f2d663ee2e597ba4d37868ff00067d471

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

# Tear down integration system for the integration suite

Dir.chdir "#{File.dirname(__FILE__)}/integration/app/" do  
  # Remove the symlink created by the setup method, for people with tools
  # that can't handle recursive directories (Textmate).
  system("rm vendor/plugins/ultrasphinx") unless ENV['USER'] == 'eweaver'
  
  # Remove the generated Postgres migration, if it exists
  Dir["db/migrate/*_install_ultrasphinx_stored_procedures.rb"].each do |file|
    system("svn del --force #{file}")
  end  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultrasphinx-1.11 test/teardown.rb