Sha256: 139b23e42c803ea8e39ae6c931e3acfe1c0bd57e2307dfae7c6645ea7929572c

Contents?: true

Size: 259 Bytes

Versions: 9

Compression:

Stored size: 259 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'safubot'
include Safubot

def fixture_path
  File.expand_path("../fixtures", __FILE__)
end

def fixture(fn)
  eval(File.read(fixture_path + '/' + fn))
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
safubot-0.0.9 spec/helper.rb
safubot-0.0.8 spec/helper.rb
safubot-0.0.7 spec/helper.rb
safubot-0.0.6 spec/helper.rb
safubot-0.0.5 spec/helper.rb
safubot-0.0.4 spec/helper.rb
safubot-0.0.3 spec/helper.rb
safubot-0.0.2 spec/helper.rb
safubot-0.0.1 spec/helper.rb