Skip to content

Commit

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

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

0 comments on commit e5363ed

Please sign in to comment.