diff --git a/Rakefile b/Rakefile index 22162469d..75e60a345 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,8 @@ # This Rakefile has all the right settings to run the tests inside each lab -gem 'rspec', '~>2' + +# Little file edition to use RSpec 3.0.0 version ( last ) +gem 'rspec', '~>3' # Use '~>2' to downgrade + require 'rspec/core/rake_task' task :default => :spec diff --git a/index.html b/index.html index 9e4c3dcf6..ab6dbbb2e 100644 --- a/index.html +++ b/index.html @@ -121,7 +121,7 @@
Include version numbers:
$ ruby -v
- ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
+ ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]
Note where you have already looked for an answer