Merge pull request #496 from OWASP/chore/remove-empty-scaffold-specs
Remove empty Rails scaffold spec files
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
# require 'spec_helper'
|
||||
#
|
||||
# Specs in this file have access to a helper object that includes
|
||||
# the Api::V1::UsersHelper. For example:
|
||||
#
|
||||
# describe Api::V1::UsersHelper do
|
||||
# describe "string concat" do
|
||||
# it "concats two strings with spaces" do
|
||||
# expect(helper.concat_strings("this","that")).to eq("this that")
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
# describe Api::V1::UsersHelper do
|
||||
# pending "add some examples to (or delete) #{__FILE__}"
|
||||
# end
|
||||
@@ -1,16 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
# require 'spec_helper'
|
||||
#
|
||||
# Specs in this file have access to a helper object that includes
|
||||
# the PasswordResetsHelper. For example:
|
||||
#
|
||||
# describe PasswordResetsHelper do
|
||||
# describe "string concat" do
|
||||
# it "concats two strings with spaces" do
|
||||
# expect(helper.concat_strings("this","that")).to eq("this that")
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
# describe PasswordResetsHelper do
|
||||
# pending "add some examples to (or delete) #{__FILE__}"
|
||||
# end
|
||||
@@ -1,16 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
# require 'spec_helper'
|
||||
#
|
||||
# Specs in this file have access to a helper object that includes
|
||||
# the PayHelper. For example:
|
||||
#
|
||||
# describe PayHelper do
|
||||
# describe "string concat" do
|
||||
# it "concats two strings with spaces" do
|
||||
# expect(helper.concat_strings("this","that")).to eq("this that")
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
# describe PayHelper do
|
||||
# pending "add some examples to (or delete) #{__FILE__}"
|
||||
# end
|
||||
@@ -1,6 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
# require 'spec_helper'
|
||||
#
|
||||
# describe Pay do
|
||||
# pending "add some examples to (or delete) #{__FILE__}"
|
||||
# end
|
||||
@@ -1,6 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
# require 'spec_helper'
|
||||
#
|
||||
# describe "password_resets/new.html.erb" do
|
||||
# pending "add some examples to (or delete) #{__FILE__}"
|
||||
# end
|
||||
Reference in New Issue
Block a user