Remove empty helper and spec files.

This commit is contained in:
Sarah Mei 2011-03-19 22:39:21 -07:00
parent c3b9da8d37
commit c3612ee66d
2 changed files with 0 additions and 17 deletions

View file

@ -1,2 +0,0 @@
module PrivateMessagesHelper
end

View file

@ -1,15 +0,0 @@
require 'spec_helper'
# Specs in this file have access to a helper object that includes
# the PrivateMessagesHelper. For example:
#
# describe PrivateMessagesHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# helper.concat_strings("this","that").should == "this that"
# end
# end
# end
describe PrivateMessagesHelper do
pending "add some examples to (or delete) #{__FILE__}"
end