Project

General

Profile

« Previous | Next » 

Revision abd8f1d1

Added by Daniel Lobato Garcia over 9 years ago

Refs #3809 - Remove cops for empty lines

View differences:

test/functional/api/v1/statistics_controller_test.rb
require 'test_helper'
class Api::V1::StatisticsControllerTest < ActionController::TestCase
test "should get statistics" do
get :index, { }
assert_response :success
......
assert_equal expected_keys, response.keys.sort
end
end

Also available in: Unified diff