Skip to content

Commit 50db6c1

Browse files
committed
Update Readme with correct commands for running spec
1 parent 93d18bf commit 50db6c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,13 +700,13 @@ intercom = Intercom::Client.new(token: ENV['AT'], handle_rate_limit: true)
700700

701701
```bash
702702
# all tests
703-
bundle exec spec
703+
bundle exec rake spec
704704

705705
# unit tests
706-
bundle exec spec:unit
706+
bundle exec rake spec:unit
707707

708708
# integration tests
709-
bundle exec spec:integration
709+
bundle exec rake spec:integration
710710

711711
# single test file
712712
bundle exec m spec/unit/intercom/job_spec.rb

0 commit comments

Comments
 (0)