fix case sensitivity

This commit is contained in:
Maxwell Salzberg 2012-05-30 12:44:39 -07:00
parent 82c4e0d577
commit 6dba7fe9a9

View file

@ -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