Fix specs

This commit is contained in:
2024-02-21 21:51:16 +11:00
parent 6f663722ab
commit dfb0d3efe5

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.describe "Post creation", :db, :requests do
let(:post_repo) { Adamantium::Repos::PostRepo.new }
let(:post_repo) { Main::Repos::PostRepo.new }
context "posts" do
it "is successful" do