Sha256: 6dd8684959bf38adf33b32b3e99d8d2630d3ef7a99404cd5d57026755da92518

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 Bytes

Contents

require 'spec_helper'
require 'jshint'

describe Jshint do
  describe ".class methods" do
    it "should return the root path of the gem" do
      described_class.root.should == File.expand_path('../..', __FILE__)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jshint-1.3.0 spec/jshint_spec.rb
jshint-1.2.0 spec/jshint_spec.rb
jshint-1.1.1 spec/jshint_spec.rb
jshint-1.0.1 spec/jshint_spec.rb
jshint-1.0.0 spec/jshint_spec.rb
jshint-0.0.2 spec/jshint_spec.rb
jshint-0.0.1 spec/jshint_spec.rb