CemSpecHelper

CemSpecHelper provides methods, classes, modules, etc. to help with RSpec testing the CEM modules.

Currently, this provides the backing methods for the CEM data tests.

Usage

Make sure that cem_spec_helper is declared as a dependency in the module's Gemfile. Then, add this to spec/spec_helper.rb:

require 'cem_spec_helper'
include CemSpecHelper

Then you're all set.