Skip to content

Instantly share code, notes, and snippets.

@maxwell
Created April 14, 2012 00:12
Show Gist options
  • Save maxwell/2381127 to your computer and use it in GitHub Desktop.
Save maxwell/2381127 to your computer and use it in GitHub Desktop.
describe ApplicationController do
controller do
def index
#do nothing other than filters
end
end
describe "#set_locale" do
it 'prefers a param passed to the page'
it 'defaults to the current users language'
it 'if no one is signed in, it tries to infer it from the request'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment