spec: test unpending

Change-Id: Iaf1414ea591d7f00c479972810151a52db73ec6a
Reviewed-on: https://gerrit.instructure.com/42721
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Shawn Meredith <shawn@instructure.com>
Product-Review: Shawn Meredith <shawn@instructure.com>
QA-Review: Shawn Meredith <shawn@instructure.com>
This commit is contained in:
Bryan Madsen 2014-10-14 09:13:29 -06:00
parent bd9ba4e545
commit af3960d4ac
1 changed files with 0 additions and 1 deletions

View File

@ -1151,7 +1151,6 @@ describe Course, "gradebook_to_csv" do
end
it "should insert N/A for non-visible assignments" do
pending('fragile')
csv = @course.gradebook_to_csv(:user => @teacher)
csv.should_not be_nil
rows = CSV.parse(csv)