Commit Graph

8 Commits

Author SHA1 Message Date
Jorge Bucaran
4f9a291a97 test runner should search fish_path for specs instead of * 2015-01-21 13:03:35 +09:00
Bruno Pinto
b1fee8b857 running tests on linux and osx 2015-01-19 12:58:50 -02:00
Bruno Pinto
0bfb95a504 run tests from correct branch on travis 2015-01-17 03:12:44 -02:00
Jorge Bucaran
3021402525 ⌁ Update Fish-Spec ⌁
+ Add fish eval fix See #fish-shell/pull/1892
+ New and improved output system with colors, etc.
+ Support for multiple non-nested describe blocks.
+ Remove spec.log and favor `msg` plugin and standard echo.
+ `spec.eval` no longer evaluates multiple functions, acting now as a simplified
  router between the view `spec.view` and the controller `spec.run`.
+ Add new `spec.view` to act as a hub for all test output.
+ Add report with passed/failed tests to `spec.view`
+ Now test descriptions are used directly from the function name. Description
  fields are now optional.
2015-01-17 13:46:44 +09:00
Bruno Pinto
344fbb4f36 run tests from correct repo on travis 2015-01-17 01:05:54 -02:00
Bruno Pinto
4d1e85fbe0 run all tests, including plugins tests, on travis 2015-01-13 15:41:16 -02:00
Bruno Pinto
e7afb310a4 removing bucaran fork 2015-01-13 15:29:39 -02:00
Jorge Bucaran
0aa8af477a Add travis support via .travis.yml and bash bootstrap script 2015-01-13 21:02:00 +09:00