nulogy / edr

MIT License
118 stars 10 forks source link

If you don't define a registry, you get a funky error #1

Open mbriggs opened 11 years ago

mbriggs commented 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