From 6dba7fe9a9bb30abc4d025f1ec5644ed7966e716 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 30 May 2012 12:44:39 -0700 Subject: [PATCH] fix case sensitivity --- spec/helpers/application_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index 1bf7b6989..4df85dc3d 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -86,7 +86,7 @@ describe ApplicationHelper do describe '#pod_name' do it 'defaults to Diaspora*' do - pod_name.should == 'DIASPORA*' + pod_name.should match /DIASPORA/i end it 'displays the supplied AppConfig[:pod_name] if it is set' do