From cd53dbe2f27d4dc09ca293830dc867057f3fff4c Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Thu, 11 Nov 2010 13:00:22 -0500 Subject: [PATCH] cleanup ideas export test --- spec/models/question_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/models/question_spec.rb b/spec/models/question_spec.rb index 00d5117..d5e24ac 100644 --- a/spec/models/question_spec.rb +++ b/spec/models/question_spec.rb @@ -473,7 +473,7 @@ describe Question do end end - it "should export idea data to a csv file" do + it "should export idea data to a csv file with proper escaping" do filename = @aoi_question.export('ideas') filename.should_not be nil @@ -490,7 +490,7 @@ describe Question do row[2].should =~ /^foo.bar$/m end - #File.delete(filename).should_not be_nil + File.delete(filename).should_not be_nil end -- libgit2 0.21.2