Skip to content

Commit 67c362a

Browse files
committed
Add note about testing on the readme
1 parent 1ffbdc6 commit 67c362a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ To use a `link_to` helper instead of a `button_to` helper to, rails-ujs is neede
145145

146146
> If this intermediate page is not needed, the button/link to `omniauth_authorize_path` can be used directly.
147147
148+
## Running tests
149+
150+
Run `rake app:test:all` to run all tests and `rake app:test` to skip system tests.
151+
148152
## Caveats
149153

150154
Please be aware this gem is a mountable engine which depends on Devise, and it's not possible to mount it multiple times. Refer to their Wiki for more on the issue - https://github.com/heartcombo/devise/wiki/How-To:-Use-devise-inside-a-mountable-engine

0 commit comments

Comments
 (0)