Sha256: dc4dfac320581caaa7686d00a5b6b32e1c59b597a40390bd0d478d1246de4970

Contents?: true

Size: 415 Bytes

Versions: 27

Compression:

Stored size: 415 Bytes

Contents

# require 'rubypython'
# 
# ENV['PYTHONPATH'] = File.expand_path(File.dirname(__FILE__) + '/../../lib')
# 
# Before do
#   RubyPython.start
#   @fib = RubyPython.import('fib')
# end
# 
# After do
#   RubyPython.stop
# end
# 
# # RubyPython seems to expect this to exist (?)
# class String
#   def end_with?(str)
#     str = str.to_str
#     tail = self[-str.length, str.length]
#     tail == str      
#   end
# end

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
aslakhellesoy-cucumber-0.3.100 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.101.2 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.101 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.102.1 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.102.2 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.102 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.103 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.104 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.97 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.98 examples/python/features/support/env.rb
aslakhellesoy-cucumber-0.3.99 examples/python/features/support/env.rb
dwaite-cucumber-0.3.101 examples/python/features/support/env.rb
engineyard-cucumber-0.3.101 examples/python/features/support/env.rb
kosmas58-cucumber-0.3.100 examples/python/features/support/env.rb
kosmas58-cucumber-0.3.102 examples/python/features/support/env.rb
kosmas58-cucumber-0.3.103 examples/python/features/support/env.rb
kosmas58-cucumber-0.3.97 examples/python/features/support/env.rb
kosmas58-cucumber-0.3.98 examples/python/features/support/env.rb
kosmas58-cucumber-0.3.99 examples/python/features/support/env.rb
cucumber-0.3.104 examples/python/features/support/env.rb