Closed has2k1 closed 7 years ago
This breaks the existing test you wrote for the root_path
test, so if you can fix that up it'd be great. Also if you could tweak the version number that'd be great too.
I must work out how to add Travis to this project. Not hard I imagine, and it'll catch these simple kinds of issues.
I did not write the test, but I have fixed it.
I have no ruby experience but I have worked with travis a lot. Create an empty .travis.yml
file and enable travis for the repo. I can create a PR that fills it in.
It turns out that .travis.yml
for a ruby project can be very simple.
You can just copy https://github.com/samg/timetrap/blob/master/.travis.yml.
This looks good to me. @okayzed , as you opened up the root_path
use in templates with https://github.com/patrickdavey/vimwiki_markdown/pull/3 , I thought I'd just double check if you see any issues with changing the .
to a ./
- as far as I can see it'll make things better at minimum :)
shipit :+1:
This makes all values of root_path end with a slash.
This PR results in consistent paths like
instead of
We do not have to compensate with
%root_path%/
which would create double slashes.