Remove some empty files. If you're gonna scaffold, plz remove empty files before committing kkthx.

This commit is contained in:
Sarah Mei 2011-11-06 20:27:36 -08:00
parent dbc68e69b7
commit 0fc43b580b
3 changed files with 0 additions and 22 deletions

View file

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

View file

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

View file

@ -1,5 +0,0 @@
require 'spec_helper'
describe "featured_users/index.html.haml" do
pending "add some examples to (or delete) #{__FILE__}"
end