Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit f13f5e3

Browse files
committed
Merge pull request #23 from Heshuge/patch-1
Update test
2 parents ade6171 + ec14ee8 commit f13f5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$RAILS_ENV" = "test" ] || [ "$RACK_ENV" = "test" ]; then
2020
else
2121
# if the environment isn't set to `test`, set it to `test` and update the
2222
# application to ensure all dependencies are met as well as any other things
23-
# that need to be up to date, like db migrations. The environement not having
23+
# that need to be up to date, like db migrations. The environment not having
2424
# already been set to `test` almost always means this is being called on it's
2525
# own from a `development` environment.
2626
export RAILS_ENV="test" RACK_ENV="test"

0 commit comments

Comments
 (0)