mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 12:45:48 -04:00
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.
7 lines
100 B
Ruby
7 lines
100 B
Ruby
require 'spec_helper'
|
|
|
|
describe "Authentications" do
|
|
describe "GET /authentications" do
|
|
end
|
|
end
|