fix case sensitivity
This commit is contained in:
parent
82c4e0d577
commit
6dba7fe9a9
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ describe ApplicationHelper do
|
||||||
|
|
||||||
describe '#pod_name' do
|
describe '#pod_name' do
|
||||||
it 'defaults to Diaspora*' do
|
it 'defaults to Diaspora*' do
|
||||||
pod_name.should == 'DIASPORA*'
|
pod_name.should match /DIASPORA/i
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'displays the supplied AppConfig[:pod_name] if it is set' do
|
it 'displays the supplied AppConfig[:pod_name] if it is set' do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue