Commit eb80ff1b
Changed files (15)
app
spec
models
views
app/helpers/authentications_helper.rb
@@ -1,2 +0,0 @@
-module AuthenticationsHelper
-end
app/helpers/categories_helper.rb
@@ -1,2 +0,0 @@
-module CategoriesHelper
-end
app/helpers/favorites_helper.rb
@@ -1,2 +0,0 @@
-module FavoritesHelper
-end
app/helpers/home_helper.rb
@@ -1,2 +0,0 @@
-module HomeHelper
-end
app/helpers/photos_helper.rb
@@ -1,2 +0,0 @@
-module PhotosHelper
-end
app/helpers/profiles_helper.rb
@@ -1,2 +0,0 @@
-module ProfilesHelper
-end
app/helpers/registrations_helper.rb
@@ -1,2 +0,0 @@
-module RegistrationsHelper
-end
app/helpers/search_helper.rb
@@ -1,2 +0,0 @@
-module SearchHelper
-end
spec/helpers/favorites_helper_spec.rb
@@ -1,15 +0,0 @@
-require 'spec_helper'
-
-# Specs in this file have access to a helper object that includes
-# the FavoritesHelper. For example:
-#
-# describe FavoritesHelper do
-# describe "string concat" do
-# it "concats two strings with spaces" do
-# helper.concat_strings("this","that").should == "this that"
-# end
-# end
-# end
-describe FavoritesHelper do
- pending "add some examples to (or delete) #{__FILE__}"
-end
spec/helpers/photos_helper_spec.rb
@@ -1,15 +0,0 @@
-require 'spec_helper'
-
-# Specs in this file have access to a helper object that includes
-# the PhotosHelper. For example:
-#
-# describe PhotosHelper do
-# describe "string concat" do
-# it "concats two strings with spaces" do
-# helper.concat_strings("this","that").should == "this that"
-# end
-# end
-# end
-describe PhotosHelper do
- pending "add some examples to (or delete) #{__FILE__}"
-end
spec/helpers/search_helper_spec.rb
@@ -1,15 +0,0 @@
-require 'spec_helper'
-
-# Specs in this file have access to a helper object that includes
-# the SearchHelper. For example:
-#
-# describe SearchHelper do
-# describe "string concat" do
-# it "concats two strings with spaces" do
-# helper.concat_strings("this","that").should == "this that"
-# end
-# end
-# end
-describe SearchHelper do
- pending "add some examples to (or delete) #{__FILE__}"
-end
spec/models/admin_user_spec.rb
@@ -1,5 +1,5 @@
require 'spec_helper'
describe AdminUser do
- pending "add some examples to (or delete) #{__FILE__}"
+
end
spec/views/photos/create.html.erb_spec.rb
@@ -1,5 +0,0 @@
-require 'spec_helper'
-
-describe "photos/create.html.erb" do
- pending "add some examples to (or delete) #{__FILE__}"
-end
spec/views/photos/destroy.html.erb_spec.rb
@@ -1,5 +0,0 @@
-require 'spec_helper'
-
-describe "photos/destroy.html.erb" do
- pending "add some examples to (or delete) #{__FILE__}"
-end
.vimrc
@@ -1,1 +1,1 @@
-nmap ,t :w\|:!rspec spec/models<cr>
+nmap ,t :w\|:!script/test<cr>