Sha256: 5ed0cb86f062a5123e3c9cf0e5e1cc1f84c82f55332feb6db16142932dab65a4

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

module Bently
  class JasmineRails < RailsRecipe

    title 'jasmine-rails'
    category 'gem'
    description 'downloads and installs jasmine-rails gem'
    homepage 'https://github.com/searls/jasmine-rails/blob/master/README.md'

    def initialize
      requirement '`brew install qt` for the headless webkit widget'
      gem_group :test, :development do
        gem 'jasmine-rails'
      end
      bundle
      create 'spec/javascripts/support/jasmine.yml', template('jasmine.yml')
      todo 'Modify spec/javascripts/support/jasmine.yml as necessary.'
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bently-1.0.2 lib/bently/recipe/jasmine-rails.rb
bently-1.0.1 lib/bently/recipe/jasmine-rails.rb