Remove empty spec file

This commit is contained in:
Petko Bordjukov 2014-09-17 14:36:56 +03:00
parent 56b6808f8b
commit 96ce602e5d
1 changed files with 0 additions and 12 deletions

View File

@ -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