@@ -50,7 +50,7 @@ test('works with node_modules', function (t) {
50
50
// $ npm install normalize-scss@4.0.3
51
51
// $ npm install sassline@2.1.0
52
52
// $ npm install scut@1.3.0
53
- // $ npm install github:kyleshevlin/shevy#2.0 .0
53
+ // $ npm install github:kyleshevlin/shevy#2.1 .0
54
54
55
55
t . plan ( 4 ) ;
56
56
testFull ( t , sassImp . nodeModules , sassImp . nodeModulesSync , [
@@ -73,7 +73,7 @@ test('works with local ruby bundle', function (t) {
73
73
// (in this package Gemfile)
74
74
// modular-scale 2.1.1
75
75
// toolkit 2.9.0
76
- // shevy 2.0 .0
76
+ // shevy 2.1 .0
77
77
78
78
// $ gem install bundler # important for bundler+rake
79
79
// $ bundle install --path vendor/bundle
@@ -82,7 +82,7 @@ test('works with local ruby bundle', function (t) {
82
82
testFull ( t , sassImp . rubyGemsBundle , sassImp . rubyGemsBundleSync , [
83
83
'vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets' ,
84
84
'vendor/bundle/ruby/2.2.0/gems/modular-scale-2.1.1/stylesheets' ,
85
- 'vendor/bundle/ruby/2.2.0/gems/shevy-2.0 .0/core' ,
85
+ 'vendor/bundle/ruby/2.2.0/gems/shevy-2.1 .0/core' ,
86
86
'vendor/bundle/ruby/2.2.0/gems/toolkit-2.9.0/stylesheets'
87
87
] ) ;
88
88
} ) ;
0 commit comments