Remove some empty files. If you're gonna scaffold, plz remove empty files before committing kkthx.
This commit is contained in:
parent
dbc68e69b7
commit
0fc43b580b
3 changed files with 0 additions and 22 deletions
|
|
@ -1,2 +0,0 @@
|
|||
module FeaturedUsersHelper
|
||||
end
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "featured_users/index.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
Loading…
Reference in a new issue