Open mbriggs opened 11 years ago
You don't want to define registries in a test context, if the registry isn't there, it complains about a class variable not being there. Workaround is Edr::Registry.define {} in the spec helper
Edr::Registry.define {}
You don't want to define registries in a test context, if the registry isn't there, it complains about a class variable not being there. Workaround is
Edr::Registry.define {}
in the spec helper