Sha256: 7378c770fb2b5ea8d4fb530cc630c5a2c9e9227830dc7cf55e92a1bd6e81313b
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
require 'ruby_parser' require 'sexp_processor' require 'ruby2ruby' require 'ruote-library' require 'rufus-json/automatic' require 'ruote' require 'ruote/storage/fs_storage' require 'singleton' Dir[File.expand_path( "../support/**/*.rb", __FILE__)].sort.each { |f| require f } RSpec.configure do |config| config.tty = true config.mock_with :mocha config.before(:all) do @dash = Ruote::Dashboard.new( Ruote::Worker.new( Ruote::FsStorage.new('ruote_work'))) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruote-library-1.1.0 | spec/spec_helper.rb |
ruote-library-1.0.0 | spec/spec_helper.rb |