diff --git a/plugins/custom_forms/test/unit/custom_forms_plugin/admission_survey_test.rb b/plugins/custom_forms/test/unit/custom_forms_plugin/admission_survey_test.rb index df9e3b8..7061835 100644 --- a/plugins/custom_forms/test/unit/custom_forms_plugin/admission_survey_test.rb +++ b/plugins/custom_forms/test/unit/custom_forms_plugin/admission_survey_test.rb @@ -1,6 +1,6 @@ require File.dirname(__FILE__) + '/../../../../../test/test_helper' -class CustomFormsPlugin::MembershipSurveyTest < ActiveSupport::TestCase +class CustomFormsPlugin::AdmissionSurveyTest < ActiveSupport::TestCase should 'add member to community on perform' do profile = fast_create(Community) person = fast_create(Person) -- libgit2 0.21.2