aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-11-23 09:34:11 +1300
committerPhilip Arndt <parndt@gmail.com>2010-11-23 09:34:11 +1300
commit97101633ca5f0a94560d18adc0df41ca8f60eed7 (patch)
treec2414815b5476c3982647095af1625d459506af6 /spec/models
parent8b1fd448316a69d4849ff47d9948364dbbbc4db1 (diff)
downloadrefinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.tar.gz
refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.tar.bz2
refinerycms-blog-97101633ca5f0a94560d18adc0df41ca8f60eed7.zip
Consistent whitespace.
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/blog_categories_spec.rb2
-rw-r--r--spec/models/blog_comments_spec.rb12
-rw-r--r--spec/models/blog_posts_spec.rb2
3 files changed, 8 insertions, 8 deletions
diff --git a/spec/models/blog_categories_spec.rb b/spec/models/blog_categories_spec.rb
index 90d9e22..af10b3a 100644
--- a/spec/models/blog_categories_spec.rb
+++ b/spec/models/blog_categories_spec.rb
@@ -18,4 +18,4 @@ describe BlogCategory do
end
-end \ No newline at end of file
+end
diff --git a/spec/models/blog_comments_spec.rb b/spec/models/blog_comments_spec.rb
index 7966b46..a7c1d33 100644
--- a/spec/models/blog_comments_spec.rb
+++ b/spec/models/blog_comments_spec.rb
@@ -2,20 +2,20 @@ require 'spec_helper'
Dir[File.expand_path('../../../features/support/factories/*.rb', __FILE__)].each{|factory| require factory}
describe BlogComment do
-
+
context "wiring up" do
-
+
before(:each) do
@comment = Factory(:blog_comment)
end
-
+
it "saves" do
@comment.should_not be_nil
end
-
+
it "has a blog post" do
@comment.post.should_not be_nil
end
-
+
end
-end \ No newline at end of file
+end
diff --git a/spec/models/blog_posts_spec.rb b/spec/models/blog_posts_spec.rb
index 3801de8..179197d 100644
--- a/spec/models/blog_posts_spec.rb
+++ b/spec/models/blog_posts_spec.rb
@@ -13,4 +13,4 @@ describe BlogPost do
end
end
-end \ No newline at end of file
+end