Skip to content

Commit

Permalink
Changes BushidoAuthenticatable to CasAuthenticatable in the spec; The…
Browse files Browse the repository at this point in the history
… specs now run (altho there are 6 failures)

Signed-off-by: Akash Manohar J <[email protected]>
  • Loading branch information
HashNuke committed Dec 14, 2011
1 parent 5f4aab4 commit 8e35ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
rspec (~> 2.7.0)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
rubycas-client (2.3.7)
rubycas-client (2.2.1)
activesupport
rubyzip (0.9.5)
selenium-webdriver (2.15.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_cas_authenticatable/routes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if ActionController::Routing.name =~ /ActionDispatch/
if defined?(ActionDispatch)
# Rails 3

ActionDispatch::Routing::Mapper.class_eval do
Expand Down
2 changes: 1 addition & 1 deletion spec/strategy_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'

describe Devise::Strategies::BushidoAuthenticatable, :type => "acceptance" do
describe Devise::Strategies::CasAuthenticatable, :type => "acceptance" do
include RSpec::Rails::RequestExampleGroup

before do
Expand Down

0 comments on commit 8e35ed8

Please sign in to comment.