From 0e60927f4e11bd5108fa57e4e5f34eaac54a4805 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 26 Jan 2015 12:37:35 +0900 Subject: [PATCH] Update README with information about tests. --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 55b0cc1..4d92e90 100644 --- a/README.markdown +++ b/README.markdown @@ -27,9 +27,12 @@ If you want to install it manually, keep reading. Enabling a new plugin or theme is as easy as it should be. Open your fish configuration file `~/.config/fish/config.fish` and specify the theme and the plugins you want to use. -As an example, to enable rails and git plugins add this line `set fish_plugins git rails` +As an example, to enable rails and git plugins add this line `set fish_plugins git rails` to your configuration file. +## Tests +Oh-My-Fish comes fully tested via `fish-spec`, a plugin bundled with the framework. To learn how to use `fish-spec` in your own projects, check out the [usage guide](plugins/fish-spec/README.markdown). + ## Customization If you have many functions which go well together, you can create custom plugin in the `custom/plugins/PLUGIN_NAME`