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)
|
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
|
||||||
|
|
Loading…
Reference in New Issue