commented out unused spec tests as well as removed unnecessary require statement
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
require 'spec_helper'
|
||||
=begin require 'spec_helper'
|
||||
|
||||
describe Api::V1::UsersController do
|
||||
|
||||
end
|
||||
=end
|
||||
@@ -1,4 +1,4 @@
|
||||
require 'spec_helper'
|
||||
=begin require 'spec_helper'
|
||||
|
||||
# Specs in this file have access to a helper object that includes
|
||||
# the Api::V1::UsersHelper. For example:
|
||||
@@ -13,3 +13,4 @@ require 'spec_helper'
|
||||
describe Api::V1::UsersHelper do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
=end
|
||||
@@ -1,4 +1,4 @@
|
||||
require 'spec_helper'
|
||||
=begin require 'spec_helper'
|
||||
|
||||
# Specs in this file have access to a helper object that includes
|
||||
# the PasswordResetsHelper. For example:
|
||||
@@ -13,3 +13,4 @@ require 'spec_helper'
|
||||
describe PasswordResetsHelper do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
=end
|
||||
@@ -1,5 +1,6 @@
|
||||
require 'spec_helper'
|
||||
=begin require 'spec_helper'
|
||||
|
||||
describe "password_resets/new.html.erb" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
=end
|
||||
Reference in New Issue
Block a user