From 5c76ab960e48701e66ca63c46990575d29b8210f Mon Sep 17 00:00:00 2001 From: zephyr-dev Date: Fri, 15 Mar 2013 11:41:37 -0300 Subject: [PATCH] Demonstrate Gemfile definition. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some members of our team tried to only put the gem into the :test group.  We thought we'd make the installation clearer on the Readme. -- Adam and Steve --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index 0ea49a50..8b8e17b8 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,12 @@ This gem contains: You can get all of this by: `gem install jasmine` or by adding Jasmine to your `Gemfile`. +```ruby +group :development, :test do + gem 'jasmine' +end +``` + ## Init A Project To initialize a project for Jasmine, it depends on your web framework