diff options
| author | Luc Donnet | 2012-12-17 11:05:55 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-12-17 11:05:55 +0100 |
| commit | 328d312be17f4e1e12a4de7352b099eef51d5ac4 (patch) | |
| tree | 79d03e23f429c12abaa183061238b6a70fcc052c | |
| parent | 97991734995dd532bac7a0787819762b71d4efff (diff) | |
| download | chouette-core-328d312be17f4e1e12a4de7352b099eef51d5ac4.tar.bz2 | |
Remove display RUBY_PLATFORM
| -rw-r--r-- | config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 18314c29d..837542855 100644 --- a/config/application.rb +++ b/config/application.rb @@ -11,7 +11,7 @@ end module ChouetteIhm class Application < Rails::Application - puts "#{RUBY_PLATFORM}" + config.generators do |g| g.test_framework :rspec end |
