Skip to content

Instantly share code, notes, and snippets.

@DEfusion
DEfusion / gist:3447797
Created August 24, 2012 08:58
brew --config results
HOMEBREW_VERSION: 0.9.2
HEAD: 709ab17bccb3e4887249d3f9c3da7b6178a4e1a3
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.8-x86_64
Xcode: 4.4.1 => /Volumes/Xcode/Xcode.app/Contents/Developer
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: N/A
@DEfusion
DEfusion / gist:3443237
Created August 23, 2012 23:13
Brew config results
HOMEBREW_VERSION: 0.9.2
HEAD: a831e65e37ed1a8e039d2c0e73845fbee9e17808
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.8-x86_64
Xcode: 4.4 (guessed)
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: N/A
Failures:
1) Controlpanel::AccountsController Visit dashboard without logging in should redirect to login page
Failure/Error: get :index
ActionController::RoutingError:
No route matches {:controller=>"controlpanel/accounts"}
# ./spec/controllers/controlpanel/accounts_controller_spec.rb:14:in `block (4 levels) in <top (required)>'
2) Controlpanel::AccountsController Visit dashboard after logging in should render the index page
Failure/Error: get :index
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe Foo::BarsController do
before(:each) do
@request.host = 'foo.test.host'
end
it "should route" do
params_from(:get, "/bars/1").should == {:controller => "foo/bars", :action => "show", :id => '1'}