step_definitions: fixture collections should copy _thanksgiving
This commit is contained in:
parent
8204e479c3
commit
ba1cfab73c
|
@ -125,6 +125,7 @@ end
|
||||||
|
|
||||||
Given %r{^I have fixture collections$} do
|
Given %r{^I have fixture collections$} do
|
||||||
FileUtils.cp_r Paths.source_dir.join("test", "source", "_methods"), source_dir
|
FileUtils.cp_r Paths.source_dir.join("test", "source", "_methods"), source_dir
|
||||||
|
FileUtils.cp_r Paths.source_dir.join("test", "source", "_thanksgiving"), source_dir
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue