Add inflection for API acronym

This commit is contained in:
Thibault Jouan
2013-06-30 21:37:30 +00:00
parent 5719cbcbe9
commit 40f4ced3b8
11 changed files with 16 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
describe Api::SessionsController do
describe API::SessionsController do
describe 'POST create' do
let(:user) { Factory.create(:user) }