Skip to content

Commit

Permalink
Looks like jruby may need explicit test-unit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 18, 2014
1 parent 36559d2 commit 936883c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ platform :rbx do
gem 'racc'
end

platform :jruby do
gem 'test-unit'
end

3 changes: 3 additions & 0 deletions test/gemfiles/sass_3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ platform :rbx do
gem 'racc'
end

platform :jruby do
gem 'test-unit'
end

gemspec path: '../../'
3 changes: 3 additions & 0 deletions test/gemfiles/sass_3_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ platform :rbx do
gem 'racc'
end

platform :jruby do
gem 'test-unit'
end

gemspec path: '../../'
3 changes: 3 additions & 0 deletions test/gemfiles/sass_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ platform :rbx do
gem 'racc'
end

platform :jruby do
gem 'test-unit'
end

gemspec path: '../../'

0 comments on commit 936883c

Please sign in to comment.