Skip to content

Instantly share code, notes, and snippets.

@edivandecastro
Created September 20, 2017 13:46
Show Gist options
  • Save edivandecastro/526b427729e6c9ff80828ab9a01cc381 to your computer and use it in GitHub Desktop.
Save edivandecastro/526b427729e6c9ff80828ab9a01cc381 to your computer and use it in GitHub Desktop.
require 'rails_helper'
RSpec.describe AdminsController, type: :controller do
describe 'GET #index' do
it 'returns http success' do
get :index
expect(response).to have_http_status(:success)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment