Commit Graph

5 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
4d1e85fbe0 run all tests, including plugins tests, on travis 2015-01-13 15:41:16 -02:00