Remove empty spec files

This commit is contained in:
Kasia Jarmołkowicz 2018-06-26 18:11:11 +02:00 committed by Eric Schultz
parent d17c54b538
commit b90aac15ad
2 changed files with 0 additions and 27 deletions

View file

@ -1,12 +0,0 @@
require 'rails_helper'
RSpec.describe CampaignTemplatesController, :type => :controller do
describe "GET #index" do
it "returns http success" do
get :index
expect(response).to have_http_status(:success)
end
end
end

View file

@ -1,15 +0,0 @@
require 'rails_helper'
# Specs in this file have access to a helper object that includes
# the CampaignTemplatesHelper. For example:
#
# describe CampaignTemplatesHelper 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
RSpec.describe CampaignTemplatesHelper, :type => :helper do
pending "add some examples to (or delete) #{__FILE__}"
end