Admin interface #6

Merged
ignisf merged 23 commits from admin-interface into master 2014-10-06 12:33:26 +03:00
1 changed files with 0 additions and 12 deletions
Showing only changes of commit 96ce602e5d - Show all commits

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