use spec_helper instead of just ams_spec_helper

Using just ams_spec_helper seems to cause issues on
CI due to dependening on some libraries that have been
extracted from Canvas.

Change-Id: If64c7281b1e9cf0ca18c6c671f180e2010fa4bf7
Reviewed-on: https://gerrit.instructure.com/29460
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
QA-Review: Brian Palmer <brianp@instructure.com>
This commit is contained in:
Stanley Stuart 2014-01-29 18:26:54 -07:00 committed by Brian Palmer
parent 17f0e08203
commit 5731885965
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'ams_spec_helper'
require 'spec_helper'
describe Canvas::APISerializer do