Skip to content

Commit 155fe94

Browse files
committed
update dependencies for tests
1 parent d33b981 commit 155fe94

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

test/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ How to run the tests
99

1010
## How to run tests
1111

12+
Following command does everything to run tests.
13+
1214
```
13-
$ bundle install --path=.bundle
1415
$ rake test
1516
```
1617

18+
Or you can also run `vim-flavor` directly.
19+
20+
```
21+
$ bundle install --path=.bundle
22+
$ bundle exec vim-flavor test
23+
```
24+
1725
## How to watch file changes and run tests automatically
1826

1927
```

test/VimFlavor.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kana/vim-operator-user (0.0.7)
2-
kana/vim-vspec (1.1.2)
3-
rhysd/vim-vspec-matchers (0.0.2)
1+
kana/vim-operator-user (0.1.0)
2+
kana/vim-vspec (1.6.1)
3+
rhysd/vim-vspec-matchers (0.0.4)

0 commit comments

Comments
 (0)