load ostruct for OpenStruct used in spec

This commit is contained in:
Ryan Bates 2012-06-19 11:35:58 -07:00
parent 2b89dbbdfa
commit 944804183e

View File

@ -1,4 +1,5 @@
require "spec_helper"
require "ostruct" # for OpenStruct below
# Most of Rule functionality is tested in Ability specs
describe CanCan::Rule do