We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33b981 commit 155fe94Copy full SHA for 155fe94
test/README.md
@@ -9,11 +9,19 @@ How to run the tests
9
10
## How to run tests
11
12
+Following command does everything to run tests.
13
+
14
```
-$ bundle install --path=.bundle
15
$ rake test
16
17
18
+Or you can also run `vim-flavor` directly.
19
20
+```
21
+$ bundle install --path=.bundle
22
+$ bundle exec vim-flavor test
23
24
25
## How to watch file changes and run tests automatically
26
27
test/VimFlavor.lock
@@ -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)
+kana/vim-operator-user (0.1.0)
+kana/vim-vspec (1.6.1)
+rhysd/vim-vspec-matchers (0.0.4)
0 commit comments