Skip to content

Instantly share code, notes, and snippets.

View robertodecurnex's full-sized avatar

Roberto Decurnex robertodecurnex

View GitHub Profile
tasks:
- name: Test 1
class_name: Henry::Task::CucumberTask
@robertodecurnex
robertodecurnex / running_cucumber.rb
Created October 30, 2012 15:52
An example of how to run cucumber multiple times (same goes for rspec)
require 'rake'
require 'cucumber/rake/task'
Cucumber::Rake::Task.new
Rake.application['cucumber'].invoke
#=> The tests run here
Rake.application['cucumber'].reenable
@robertodecurnex
robertodecurnex / gist:1095528
Created July 20, 2011 18:13
gem isntall rdtool
$ 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