Created
July 4, 2013 19:48
-
-
Save Electron-libre/5929876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 cedric@Arch7 ~/Dev/humanIT/session_off (git)-[master] % bundle update :( | |
Fetching gem metadata from https://rubygems.org/......... | |
Fetching gem metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Using rake (10.1.0) | |
Using i18n (0.6.4) | |
Using minitest (4.7.5) | |
Using multi_json (1.7.7) | |
Using atomic (1.1.10) | |
Using thread_safe (0.1.0) | |
Using tzinfo (0.3.37) | |
Using activesupport (4.0.0) | |
Using builder (3.1.4) | |
Using erubis (2.7.0) | |
Using rack (1.5.2) | |
Using rack-test (0.6.2) | |
Using actionpack (4.0.0) | |
Using mime-types (1.23) | |
Using polyglot (0.3.3) | |
Using treetop (1.4.14) | |
Using mail (2.5.4) | |
Using actionmailer (4.0.0) | |
Using activemodel (4.0.0) | |
Using activerecord-deprecated_finders (1.0.3) | |
Using arel (4.0.0) | |
Using activerecord (4.0.0) | |
Using bundler (1.3.4) | |
Using hike (1.2.3) | |
Using metaclass (0.0.1) | |
Using mocha (0.14.0) | |
Using thor (0.18.1) | |
Using railties (4.0.0) | |
Using tilt (1.4.1) | |
Using sprockets (2.10.0) | |
Using sprockets-rails (2.0.0) | |
Using rails (4.0.0) | |
Using session_off (0.4) from source at /home/cedric/Dev/humanIT/session_off | |
Using test-unit (2.5.5) | |
Your bundle is updated! | |
cedric@Arch7 ~/Dev/humanIT/session_off (git)-[master] % RAILS_VERSION=4.0.0 bundle exec rake | |
/home/cedric/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -I"lib:lib" -I"/home/cedric/.rvm/gems/ruby-2.0.0-p247@session_off/gems/rake-10.1.0/lib" "/home/cedric/.rvm/gems/ruby-2.0.0-p247@session_off/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/*_test.rb" | |
*** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`. | |
emulating Rails.version = 4.0.0 | |
Run options: --seed 7890 | |
# Running tests: | |
DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from env_config at /home/cedric/.rvm/gems/ruby-2.0.0-p247@session_off/gems/railties-4.0.0/lib/rails/application.rb:141) | |
.................... | |
Finished tests in 0.079752s, 250.7765 tests/s, 300.9317 assertions/s. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment