Skip to content

Commit

Permalink
fix: move fixtures out of spec folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner committed Sep 22, 2023
1 parent f3b2b97 commit ae4d7ee
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
targets:
test_shard:
main: src/test_shard.cr
crystal: '>= 1.6.2'
crystal: '>= 1.8.2'
dependencies:
lucky:
github: luckyframework/lucky
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper2.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "../src/lucky_cli"

include LuckyTemplate::Spec

FIXTURES = "#{__DIR__}/fixtures"
FIXTURES = "#{__DIR__}/../fixtures"

Spec.around_each do |example|
with_tempfile("tmp") do |tmp|
Expand Down

0 comments on commit ae4d7ee

Please sign in to comment.