parent
1bf27b0331
commit
727aba3054
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
require "rails_helper"
|
||||
|
||||
RSpec.describe "Stories::PinnedArticlesController", type: :request do
|
||||
let(:headers) { { 'content-type': "application/json" } }
|
||||
let(:headers) { { "content-type": "application/json" } }
|
||||
let(:user) { create(:user) }
|
||||
let(:admin) { create(:user, :admin) }
|
||||
let(:article) { create(:article) }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue