Skip to content

Instantly share code, notes, and snippets.

View fairweatherfan's full-sized avatar

fairweatherfan

View GitHub Profile
require 'spec_helper'
describe ArticlesController do
let(:article) { build_stubbed(:article) }
describe 'GET #index' do
before do
Article.stub all: [article]
get :index
end