Skip to content

Commit

Permalink
cleanup to shrink the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Auclair committed Dec 19, 2013
1 parent e6c6bb9 commit 9d03d65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion sunspot/spec/api/query/scope_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,4 @@
end
end.should raise_error(ArgumentError)
end

end
3 changes: 1 addition & 2 deletions sunspot/spec/mocks/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def custom_boolean
text :body, :stored => true, :more_like_this => true
text :backwards_title do
title.reverse if title
end

end
text :tags, :more_like_this => true
string :title, :stored => true
integer :blog_id, :references => Blog
Expand Down

0 comments on commit 9d03d65

Please sign in to comment.