* VRFS-32; verified working on ubuntu

This commit is contained in:
Seth Call 2012-11-07 21:42:43 -06:00
parent 8102ba9ec0
commit b86d1c9597
1 changed files with 2 additions and 1 deletions

View File

@ -49,10 +49,11 @@ describe Search do
end
it "validates rebuild_indexes method of TireTasks" do
pending "figure out how to suppress stdout 'curl' message from tire"
create_peachy_data
TireTasks.rebuild_indexes
assert_peachy_data
end
end
end