Reorganize some specs

This commit is contained in:
Michael Miller 2021-10-09 13:39:44 -06:00
parent 36354082c7
commit 9d4a5886e5
No known key found for this signature in database
GPG Key ID: F9A0C5C65B162436
5 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"
Spectator.describe Spectator do
it "supports custom expectation messages" do

View File

@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"
Spectator.describe Spectator do
let(current_example) { ::Spectator::Example.current }

View File

@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"
class Base; end