Commit e37ff7060f3d455ed0ca1f69bbe0c386687e2631
1 parent
12c55715
Exists in
master
and in
29 other branches
Fixes unit test name for admission survey
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/custom_forms/test/unit/custom_forms_plugin/admission_survey_test.rb
1 | 1 | require File.dirname(__FILE__) + '/../../../../../test/test_helper' |
2 | 2 | |
3 | -class CustomFormsPlugin::MembershipSurveyTest < ActiveSupport::TestCase | |
3 | +class CustomFormsPlugin::AdmissionSurveyTest < ActiveSupport::TestCase | |
4 | 4 | should 'add member to community on perform' do |
5 | 5 | profile = fast_create(Community) |
6 | 6 | person = fast_create(Person) | ... | ... |