Fixed a failing test (class missing namespace).

This commit is contained in:
Mario Visic 2012-01-15 15:05:50 +11:00
parent 4622c4359f
commit ae244c2703
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ describe Locomotive::Import::Job do
end
after(:all) do
Site.destroy_all
Locomotive::Site.destroy_all
end
end