search for: inclueded

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

Did you mean: included
2008 Jul 27
3
General direct input problem
Hi I've noticed that my gamepad doesn't work on all games requiring a native xinput_3.dll to run (bioshock, racedriver, pes...) but it works with certain games like "trackmania" maybe there's an enhencement needed to get it working Is there's something to do ? What is the difference between xinput and direct input ? There's some optional regedit dinput option :
2013 Mar 20
2
Rspec + Devise + BaseController
...end context "when admin is not logged in" do it "redirect admin to sign_in path" do get :index response.should redirect_to new_admin_session_path end end end end ##################################################### I''ve already inclueded Devise::TestHelpers on my spec_helper.rb and I''m getting this error when running this spec: ##################################################### Admins::BaseController before_filter#authenticate_admin! when admin is not logged in redirect admin to sign_in path (FAILED - 1)...