Use one-liners in specs where possible
This commit is contained in:
@@ -3,9 +3,7 @@ require 'spec_helper'
|
||||
describe API::TracksController do
|
||||
include UserControllerHelpers
|
||||
|
||||
before do
|
||||
sign_in
|
||||
end
|
||||
before { sign_in }
|
||||
|
||||
describe 'GET index' do
|
||||
render_views
|
||||
|
Reference in New Issue
Block a user