File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 77 - CLANG_VERSION="5.0"
88
99install :
10- - bundle install
1110 - clang-format-${CLANG_VERSION} -version || true
1211 - vim --version
1312 - clang-format --version
File renamed without changes.
Original file line number Diff line number Diff line change 1+ How to run the tests
2+ ====================
3+
4+ ## Prerequisities
5+
6+ - Ruby 1.9 or higher
7+ - Rake
8+ - Bundler
9+
10+ ## How to run tests
11+
12+ ```
13+ $ bundle install --path=.bundle
14+ $ rake test
15+ ```
16+
17+ ## How to watch file changes and run tests automatically
18+
19+ ```
20+ $ rake watch
21+ ```
22+
23+ It requires guard gem.
Original file line number Diff line number Diff line change 11task :test do
2- sh 'bundle install'
2+ sh 'bundle install --path=.bundle '
33 sh 'bundle exec vim-flavor test'
44end
55
You can’t perform that action at this time.
0 commit comments