Remove superfluous "After" block from step defintions.
This commit is contained in:
parent
ce3fa7fd02
commit
a71b755e9e
|
@ -4,11 +4,6 @@ Before do
|
|||
Dir.chdir(TEST_DIR)
|
||||
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|
|
||||
FileUtils.mkdir(path)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue