summaryrefslogtreecommitdiffstats
path: root/spec/loading_spec.rb (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-31Update travis scriptAdam Stankiewicz1-28/+0
2019-05-01FIx CI build freezing (#398)German Lashevich1-1/+5
* Kill vim server * Fix incorrect usage of rspec * Add build stage to CI * Try using new server for each run * Sort and uniq test files
2019-03-10Fix regexpAdam Stankiewicz1-1/+1
2019-03-10Fix test extensionsAdam Stankiewicz1-6/+8
2019-03-10Update timeout and ruby versionAdam Stankiewicz1-1/+1
2018-04-03Increase test file parsing timeout (#288)David Briscoe1-1/+1
There's been several PRs that inexplicably failed tests. PR #279 (applescript) failed with "should parse test.em file" despite the exact same PR #286 passing (I've removed one of them, sorry again about that). PR #268 (pandoc) failed with "parse test.erb file" but doesn't mess with eruby. PR #281 (readme) failed with "should parse test.jsx file" but it's a one word change to the readme! My assumption is that vim startup on Travis is near the edge of the timeout so we're getting false failures. (I'm not familiar with Vimrunner or rspec, but I assume this code is just testing that vim doesn't throw errors one edit and automatically exits at the end of the block.)
2013-12-27Set timeout on test casesAdam Stankiewicz1-3/+3
2013-12-27fix: For some reason stylus test hangs on travisAdam Stankiewicz1-1/+1
2013-12-26fix: For some reason stylus test hangs on travisAdam Stankiewicz1-5/+7
2013-12-26Test all possible file extensions, fixes #7Adam Stankiewicz1-5/+11
2013-09-14Add simple spec for build scriptAdam Stankiewicz1-1/+1
2013-09-14Move specs location one level downAdam Stankiewicz1-0/+14