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
| tasks: | |
| - name: Test 1 | |
| class_name: Henry::Task::CucumberTask |
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
| require 'rake' | |
| require 'cucumber/rake/task' | |
| Cucumber::Rake::Task.new | |
| Rake.application['cucumber'].invoke | |
| #=> The tests run here | |
| Rake.application['cucumber'].reenable |
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
| $ gem install rdtool | |
| ERROR: While executing gem ... (Gem::Exception) | |
| ruby_code case not handled: YAML::PrivateType | |
| $ gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 1.3.7 | |
| - RUBY VERSION: 1.8.6 (2010-02-05 patchlevel 399) [i686-linux] | |
| - INSTALLATION DIRECTORY: /home/local/GLOBANT/roberto.decurnex/.rvm/gems/ruby-1.8.6-p399@raincheck |
NewerOlder
