Skip to content

Instantly share code, notes, and snippets.

@databyte
Created April 26, 2012 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save databyte/2501612 to your computer and use it in GitHub Desktop.
Save databyte/2501612 to your computer and use it in GitHub Desktop.
Rabl: rake test:setup
*** Setting up for padrino_test tests ***
Using rake (0.9.2.2)
Using multi_json (1.3.2)
Using activesupport (3.1.4)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.4)
Using arel (2.2.3)
Using tzinfo (0.3.33)
Using activerecord (3.1.4)
Using bundler (1.1.3)
Using diff-lcs (1.1.3)
Using mime-types (1.18)
Using grit (2.4.1)
Using rack (1.4.1)
Using url_mount (0.2.1)
Using http_router (0.10.2)
Using json (1.6.6)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.3.3)
Using tilt (1.3.3)
Using sinatra (1.2.8)
Using thor (0.14.6)
Using padrino-core (0.10.2)
Using padrino-helpers (0.10.2)
Using padrino-admin (0.10.2)
Using padrino-cache (0.10.2)
Using padrino-gen (0.10.2)
Using padrino-mailer (0.10.2)
Using padrino (0.10.2)
Using rabl (0.6.10) from source at /Users/databyte/projects/popular/rabl
Using rack-test (0.6.1)
Using rr (1.0.4)
Using riot (0.12.5)
Using sqlite3 (1.3.6)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
*** Setting up for sinatra_test tests ***
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.2)
Using activesupport (3.2.3)
Using builder (3.0.0)
Using activemodel (3.2.3)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.3)
Using json (1.6.6)
Using rabl (0.6.10) from source at /Users/databyte/projects/popular/rabl
Using rack (1.4.1)
Using rack-protection (1.2.0)
Using rack-test (0.6.1)
Using rr (1.0.4)
Using riot (0.12.5)
Using tilt (1.3.3)
Using sinatra (1.3.2)
Using sqlite3 (1.3.6)
Using bundler (1.1.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
*** Setting up for rails2 tests ***
Using rake (0.9.2.2)
Using activesupport (2.3.14)
Using rack (1.1.3)
Using actionpack (2.3.14)
Using actionmailer (2.3.14)
Using activerecord (2.3.14)
Using activeresource (2.3.14)
Using json (1.6.6)
Using multi_json (1.3.2)
Using rabl (0.6.10) from source at /Users/databyte/projects/popular/rabl
Using rack-test (0.6.1)
Using rails (2.3.14)
Using rr (1.0.4)
Using riot (0.12.5)
Using sqlite3 (1.3.6)
Using bundler (1.1.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
*** Setting up for rails3 tests ***
Using rake (0.9.2.2)
Using abstract (1.0.0)
Using activesupport (3.0.12)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.12)
Using erubis (2.6.6)
Using rack (1.2.5)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.33)
Using actionpack (3.0.12)
Using mime-types (1.18)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.2.19)
Using actionmailer (3.0.12)
Using arel (2.0.10)
Using activerecord (3.0.12)
Using activeresource (3.0.12)
Using bundler (1.1.3)
Using json (1.6.6)
Using multi_json (1.3.2)
Using rabl (0.6.10) from source at /Users/databyte/projects/popular/rabl
Using rdoc (3.12)
Using thor (0.14.6)
Using railties (3.0.12)
Using rails (3.0.12)
Using rr (1.0.4)
Using riot (0.12.5)
Using sqlite3 (1.3.6)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
*** Setting up for rails3_2 tests ***
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.2)
Using activesupport (3.2.3)
Using builder (3.0.0)
Using activemodel (3.2.3)
Using erubis (2.7.0)
Using journey (1.0.3)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.2)
Using actionpack (3.2.3)
Using mime-types (1.18)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.3)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.3)
Using activeresource (3.2.3)
Using bundler (1.1.3)
Using coffee-script-source (1.3.1)
Using execjs (1.3.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.6.6)
Using rdoc (3.12)
Using thor (0.14.6)
Using railties (3.2.3)
Using coffee-rails (3.2.2)
Using jquery-rails (2.0.2)
Using rabl (0.6.10) from source at /Users/databyte/projects/popular/rabl
Using rails (3.2.3)
Using rr (1.0.4)
Using riot (0.12.5)
Using sass (3.1.16)
Using sass-rails (3.2.5)
Using sqlite3 (1.3.6)
Using uglifier (1.2.4)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment