Skip to content

Commit

Permalink
Removed trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwagener committed May 2, 2014
1 parent d88dfd9 commit 03925d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/views/refinery/portfolio/items/_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
</div>
<% end %>
</li>

4 changes: 2 additions & 2 deletions spec/models/refinery/portfolio/gallery_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Portfolio
its(:errors) { should be_empty }
its(:title) { should == "Refinery CMS" }
end

context "when invalid" do
subject { FactoryGirl.build(:gallery, :title => nil) }
it "invalidates the model" do
Expand All @@ -21,7 +21,7 @@ module Portfolio
end
end
end

it "implements some sort of nested set logic" do
Gallery.instance_methods.map(&:to_sym).should include(:children)
end
Expand Down

0 comments on commit 03925d1

Please sign in to comment.