diff --git a/spec/ameba/config_spec.cr b/spec/ameba/config_spec.cr index 20c6e95f9..1c1d10b21 100644 --- a/spec/ameba/config_spec.cr +++ b/spec/ameba/config_spec.cr @@ -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 diff --git a/spec/ameba_fixture.yml b/spec/fixtures/config.yml similarity index 100% rename from spec/ameba_fixture.yml rename to spec/fixtures/config.yml