diff --git a/spec/requests/create_post_spec.rb b/spec/requests/create_post_spec.rb index b914868..079b0be 100644 --- a/spec/requests/create_post_spec.rb +++ b/spec/requests/create_post_spec.rb @@ -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