Skip to content

Instantly share code, notes, and snippets.

@wndxlori
Created December 20, 2012 20:09
Show Gist options
  • Save wndxlori/4348150 to your computer and use it in GitHub Desktop.
Save wndxlori/4348150 to your computer and use it in GitHub Desktop.
Recommended Jasmine setup for Rails 3.2
group :development, :test do
gem 'jasmine'
gem 'jasmine-phantom'
# Works with the asset pipeline
gem 'jasmine-jquery-rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment