diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-07 11:57:38 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-07 11:57:38 +0100 |
commit | ffb17f312c312fdba49ab961520d423bdde22503 (patch) | |
tree | 640f364c8704449df1537c7f9149df674e8132d5 /spec/helpers/public_body_helper_spec.rb | |
parent | 77eda53b4348d557c22047f7923f77b0077d9ed3 (diff) | |
parent | b7fcc17562efc0a6073f9d00bfbe137ca85f0038 (diff) |
Merge branch 'hotfix/0.21.0.6'0.21.0.6
Conflicts:
config/initializers/alaveteli.rb
Diffstat (limited to 'spec/helpers/public_body_helper_spec.rb')
-rw-r--r-- | spec/helpers/public_body_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/public_body_helper_spec.rb b/spec/helpers/public_body_helper_spec.rb index 0bf55abb4..d4f3acf78 100644 --- a/spec/helpers/public_body_helper_spec.rb +++ b/spec/helpers/public_body_helper_spec.rb @@ -74,7 +74,7 @@ describe PublicBodyHelper do :description => "spec category #{i}") heading.add_category(category) end - public_body = FactoryGirl.create(:public_body, :tag_string => 'spec_0 spec_2 unknown') + public_body = FactoryGirl.create(:public_body, :tag_string => 'unknown spec_0 spec_2') expected = '<a href="/body/list/spec_0">Spec category 0</a> and <a href="/body/list/spec_2">spec category 2</a>' expect(type_of_authority(public_body)).to eq(expected) end |