diff --git a/.gitpod.yml b/.gitpod.yml index b8d8a87..04b21b7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - name: Static Server - command: rake test \ No newline at end of file + - name: Run Tests + command: rake test