Remove superfluous "After" block from step defintions.

This commit is contained in:
Parker Moore 2013-06-08 19:49:58 +02:00
parent ce3fa7fd02
commit a71b755e9e
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ Before do
Dir.chdir(TEST_DIR) Dir.chdir(TEST_DIR)
end end
After do
Dir.chdir(File.expand_path("..", TEST_DIR))
FileUtils.rm_rf(TEST_DIR)
end
Given /^I have a blank site in "(.*)"$/ do |path| Given /^I have a blank site in "(.*)"$/ do |path|
FileUtils.mkdir(path) FileUtils.mkdir(path)
end end