Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
we need albino for the specs anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Mathieu committed Aug 17, 2010
1 parent bc39b9a commit 9dcac1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -9,6 +9,10 @@ gem 'tzinfo'

gem 'jeweler'

group :development do
gem 'albino'
end

group :test do
gem 'test-unit', '1.2.3'
gem 'rspec'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.0.beta4)
albino (1.0)
gemcutter (0.6.1)
git (1.2.5)
hoe (2.6.1)
Expand All @@ -28,6 +29,7 @@ PLATFORMS

DEPENDENCIES
activesupport (= 3.0.0.beta4)
albino
i18n
jeweler
open4
Expand Down
8 changes: 7 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -6,4 +6,10 @@
Bundler.setup
end

require 'lib/jackb'
#
# We're using Albino only for the tests
# In order to avoid calling pygments.appspot every time
# It's not required to launch the app
require 'albino'

require 'lib/jackb'

0 comments on commit 9dcac1b

Please sign in to comment.