Skip to content

Commit

Permalink
Add a note about how to test a new component within a Noodall app
Browse files Browse the repository at this point in the history
  • Loading branch information
jordelver committed Dec 2, 2011
1 parent d8e1054 commit a91149f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -28,4 +28,12 @@ Process


* Setup factories in `/factories` * Setup factories in `/factories`


* Fill in the `*.gemspec` file * Fill in the `*.gemspec` file

Testing
-------
The easiest way to test a new component is add a gem entry in your `Gemfile` pointing to a local path.

`gem '<gem name here>', :path => "/path/to/noodall/component/here"`

Then do a `bundle install`

0 comments on commit a91149f

Please sign in to comment.