~ubuntu-branches/ubuntu/trusty/cucumber/trusty

« back to all changes in this revision

Viewing changes to spec/spec_helper.rb

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Terceiro
  • Date: 2011-08-14 13:49:11 UTC
  • Revision ID: james.westby@ubuntu.com-20110814134911-a8srrqjn5ttpe7ty
Tags: 1.0.2-1
Initial release (Closes: #636792)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  Encoding.default_internal = 'utf-8'
9
9
end
10
10
 
11
 
require 'rubygems'
12
 
require 'bundler'
13
 
Bundler.setup
14
 
 
15
11
require 'cucumber'
16
12
$KCODE='u' unless Cucumber::RUBY_1_9
17
13