Skip to content

Commit

Permalink
Move fixture file to spec/fixtures directory
Browse files Browse the repository at this point in the history
  • Loading branch information
stufro committed Jul 25, 2023
1 parent 4741c9f commit 88e0437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ameba/config_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "../spec_helper"

module Ameba
describe Config do
config_sample = "spec/ameba_fixture.yml"
config_sample = "spec/fixtures/config.yml"

it "should have a list of available formatters" do
Config::AVAILABLE_FORMATTERS.should_not be_nil
Expand Down
File renamed without changes.

0 comments on commit 88e0437

Please sign in to comment.