Skip to content

Commit

Permalink
Update watchr and README
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Sep 20, 2014
1 parent 52ec53f commit 134dedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To fetch the test dependencies, install

Run the tests with:

$ cask exec ecukes
$ ./run-tests.sh

Or alternatively, if you have [watchr](https://github.com/mynyml/watchr)
installed, you can run continuously run the tests with:
Expand Down
4 changes: 2 additions & 2 deletions watch-tests.watchr
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ end

def run_all_tests
system('clear')
result = run "cask exec ecukes"
result = run "./run-tests.sh"
puts result
end

def run_test(file)
system('clear')
result = run "cask exec ecukes #{file}"
result = run "./run-tests.sh #{file}"
puts result
end

Expand Down

0 comments on commit 134dedd

Please sign in to comment.