Remove empty spec file
This commit is contained in:
parent
56b6808f8b
commit
96ce602e5d
|
@ -1,12 +0,0 @@
|
||||||
require 'rails_helper'
|
|
||||||
|
|
||||||
RSpec.describe Management::UsersController, :type => :controller do
|
|
||||||
|
|
||||||
describe "GET index" do
|
|
||||||
it "returns http success" do
|
|
||||||
get :index
|
|
||||||
expect(response).to be_success
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
|
Loading…
Reference in New Issue