Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created May 16, 2012 02:47
Show Gist options
  • Save ch1ago/2706902 to your computer and use it in GitHub Desktop.
Save ch1ago/2706902 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe "bands/show" do
before(:each) do
@band = assign(:band, Fabricate(:band))
end
it "renders page" do
render
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment