Skip to content

Commit

Permalink
Demonstrate Gemfile definition.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zephyr-dev committed Mar 15, 2013
1 parent e3e124d commit 5c76ab9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c76ab9

Please sign in to comment.