Consistent whitespace.
This commit is contained in:
parent
8b1fd44831
commit
97101633ca
39 changed files with 61 additions and 61 deletions
|
@ -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
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue