Files
growstuff/spec/requests/authentications_spec.rb
Skud a3b7822268 Review and cleanup of JSON API
Removed JSON from classes that shouldn't have it.
(PT: https://www.pivotaltracker.com/story/show/54570954)

Also found a couple of controllers with broken authorization (i.e. not
checking CanCan). Incidentally, this also fixes the comment form bug at
https://www.pivotaltracker.com/story/show/54328716.
2013-08-05 13:29:07 +10:00

7 lines
100 B
Ruby

require 'spec_helper'
describe "Authentications" do
describe "GET /authentications" do
end
end