@@ -35,7 +35,7 @@ RSpec.describe Labkit::CoveredExperience do
it"raises error when RAILS_ENV is #{env}"do
stub_env('RAILS_ENV',env)
expect{described_class['nonexistent']}.toraise_error(RuntimeError,"Covered Experience nonexistent not found in the registry")
expect{described_class['nonexistent']}.toraise_error(Labkit::CoveredExperience::NotFoundError,"Covered Experience nonexistent not found in the registry")