Skip to content

Commit

Permalink
Potentially fix paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 30, 2024
1 parent bc0da50 commit c0c21fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hearth/.rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--require spec_helper
2 changes: 1 addition & 1 deletion tasks/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace :test do
desc 'Run specs in hearth'
task 'hearth' do
sh('bundle exec rspec hearth/spec -I hearth/lib')
sh('bundle exec rspec hearth/spec -I hearth/lib -r ./hearth/spec/spec_helper.rb')
end

desc 'Run generated and hand written specs for the white_label sdk'
Expand Down

0 comments on commit c0c21fb

Please sign in to comment.