Skip to content

Commit

Permalink
[#3] Move posts-controller tests to articles-controller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Sep 22, 2021
1 parent 94ed686 commit 708a690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rails_helper'

describe PostsController, type: :request do
describe ArticlesController, type: :request do
describe 'GET #index' do
context 'given no parameter' do
it 'returns a 200 status code' do
Expand Down

0 comments on commit 708a690

Please sign in to comment.