shadowbq / cartoque

A simple and free CMDB app written in Ruby on Rails
http://cartoque.org/
MIT License
1 stars 0 forks source link

RAILS4,x: Devise token api authentication issues #6

Open shadowbq opened 8 years ago

shadowbq commented 8 years ago
77) Authentication via an API Token GET /servers.csv grants access if authentication token is valid
      Failure/Error: expect(page.status_code).to eq(200)

        expected: 200
             got: 401

        (compared using ==)
      # ./spec/features/authentication_spec.rb:48:in `block (4 levels) in <top (required)>'

  78) Authentication via an API Token GET /servers.csv allows access even if not using csv/xml/json formats (changed with devise)
      Failure/Error: yield

      ActionController::UnknownFormat:
        ActionController::UnknownFormat