[Git][noosfero/noosfero][master] Restore behavior of the `default` rake task

Antonio Terceiro gitlab at mg.gitlab.com
Tue Nov 10 10:57:40 BRST 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
e372474d by Antonio Terceiro at 2015-11-10T10:51:29Z
Restore behavior of the `default` rake task

When you load rspec in the Gemfile, it will override the default task
and try to run specs from spec/ (which don't exist in noosfero) instead
of the tests from test/.

- - - - -


1 changed file:

- Gemfile


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -54,8 +54,8 @@ group :development, :test do
 end
 
 group :test do
-  gem 'rspec',                  '~> 3.3'
-  gem 'rspec-rails',            '~> 3.2'
+  gem 'rspec',                  '~> 3.3', require: false
+  gem 'rspec-rails',            '~> 3.2', require: false
   gem 'mocha',                  '~> 1.1.0', :require => false
   gem 'test-unit' if RUBY_VERSION >= '2.2.0'
   gem 'minitest'



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/e372474dd84697258518f38656029c8982d30e08
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151110/f9edc08c/attachment.html>


More information about the Noosfero-dev mailing list