spec/spec_helper.rb in jackb-0.0.5 vs spec/spec_helper.rb in jackb-0.0.6.beta

- old
+ new

@@ -4,6 +4,12 @@ require "rubygems" require "bundler" Bundler.setup end -require 'lib/jackb' \ No newline at end of file +# +# 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'