aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-09-29 01:15:18 +0100
committerFrancis Irving <francis@mysociety.org>2010-09-29 01:15:18 +0100
commitc59e23e43053b64f5f7c9fdc3cc7d6c465c41f21 (patch)
treeb16894588197bdfeccb086b6a9f8213bb44aea4c /spec/models
parent27998683cf09b5f717ed60b58ad9a59abe794f08 (diff)
Factor out model of public body tags into generic tag string model
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/has_tag_string_tag_spec.rb (renamed from spec/models/public_body_tag_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/public_body_tag_spec.rb b/spec/models/has_tag_string_tag_spec.rb
index 09a597bd0..c85f64b14 100644
--- a/spec/models/public_body_tag_spec.rb
+++ b/spec/models/has_tag_string_tag_spec.rb
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
-describe PublicBodyTag, " when fiddling with public body tags " do
+describe PublicBodyTag, " when fiddling with tag strings " do
fixtures :public_bodies
it "should be able to make a new tag and save it" do