Sha256: a09018375f4c86bfe21865d3e2020533a6f90b51e6c486d9a3d18e36ff656d0a

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

require 'phantom_jasmine/version'
require 'jasmine/runners/phantom'

module PhantomJasmine
  begin
    class Railtie < ::Rails::Railtie
      rake_tasks do
        load 'tasks/phantom_jasmine.rake'
      end
    end
  rescue LoadError, NameError
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phantom_jasmine-0.1.0 lib/phantom_jasmine.rb
phantom_jasmine-0.0.9 lib/phantom_jasmine.rb
phantom_jasmine-0.0.8 lib/phantom_jasmine.rb
phantom_jasmine-0.0.7 lib/phantom_jasmine.rb