search for: install_plugins

Displaying 2 results from an estimated 2 matches for "install_plugins".

2012 Jan 25
3
Installing FM
...this is my full terminal start to finish. I can't understand what's going wrong because I'm running sudo and the program just closes! Can anyone help? :( Code: james at james-desktop:~$ sudo playonlinux [sudo] password for james: rm: cannot remove `*': No such file or directory [install_plugins] Message: Checking plugin: Offline PlayOnLinux... [install_plugins] Message: Checking plugin: Capture... [install_plugins] Message: Checking plugin: Transgaming Cedega... [install_plugins] Message: Checking plugin: Wine Import... [install_plugins] Message: Checking plugin: Wine Look... [install_plu...
2007 Apr 17
8
problem with rspec_on_rails and @controller.should_receive(:render) in trunk
Hey guys! I am using rspec trunk, and I am having a little problem with the latest version. (I am quite sure this worked with an older version about a week ago) heres the spec: it "should render the new user form without layout for a xhr request" do @controller.should_receive(:render).with(:layout=>false) xhr :get,:new end and the controller: def new render