commented out unused spec tests as well as removed unnecessary require statement
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
require './config/initializers/key'
|
|
||||||
|
|
||||||
module Encryption
|
module Encryption
|
||||||
|
|
||||||
# Added a re-usable encryption routine, shouldn't be an issue!
|
# Added a re-usable encryption routine, shouldn't be an issue!
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
require 'spec_helper'
|
=begin require 'spec_helper'
|
||||||
|
|
||||||
describe Api::V1::UsersController do
|
describe Api::V1::UsersController do
|
||||||
|
|
||||||
end
|
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
|
# Specs in this file have access to a helper object that includes
|
||||||
# the Api::V1::UsersHelper. For example:
|
# the Api::V1::UsersHelper. For example:
|
||||||
@@ -13,3 +13,4 @@ require 'spec_helper'
|
|||||||
describe Api::V1::UsersHelper do
|
describe Api::V1::UsersHelper do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
pending "add some examples to (or delete) #{__FILE__}"
|
||||||
end
|
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
|
# Specs in this file have access to a helper object that includes
|
||||||
# the PasswordResetsHelper. For example:
|
# the PasswordResetsHelper. For example:
|
||||||
@@ -13,3 +13,4 @@ require 'spec_helper'
|
|||||||
describe PasswordResetsHelper do
|
describe PasswordResetsHelper do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
pending "add some examples to (or delete) #{__FILE__}"
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
require 'spec_helper'
|
=begin require 'spec_helper'
|
||||||
|
|
||||||
describe "password_resets/new.html.erb" do
|
describe "password_resets/new.html.erb" do
|
||||||
pending "add some examples to (or delete) #{__FILE__}"
|
pending "add some examples to (or delete) #{__FILE__}"
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
Reference in New Issue
Block a user