Sha256: bd4c075eff49d33c5a58a1eb60b2d7a13fc3870019b2c511314348c61577c237

Contents?: true

Size: 513 Bytes

Versions: 6

Compression:

Stored size: 513 Bytes

Contents

require 'bundler/setup'

require 'minitest'
require 'minitest/autorun'
require 'minitest/spec'

require 'dragonfly'
require 'dragonfly_phantomjs'

# ---------------------------------------------------------------------

SAMPLES_DIR = Pathname.new(File.expand_path('../../samples', __FILE__))

# ---------------------------------------------------------------------

def test_app name=nil
  app = Dragonfly::App.instance(name)
  app.datastore = Dragonfly::MemoryDataStore.new
  app.secret = "test secret"
  app
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dragonfly_phantomjs-0.0.7 test/test_helper.rb
dragonfly_phantomjs-0.0.6 test/test_helper.rb
dragonfly_phantomjs-0.0.5 test/test_helper.rb
dragonfly_phantomjs-0.0.4 test/test_helper.rb
dragonfly_phantomjs-0.0.3 test/test_helper.rb
dragonfly_phantomjs-0.0.1 test/test_helper.rb