Sha256: 350fa268a1a148cff4850de4437daf270ae06cec72c49b4511bac91b10335d37

Contents?: true

Size: 956 Bytes

Versions: 7

Compression:

Stored size: 956 Bytes

Contents

# encoding: UTF-8

# Copyright 2011-2014 innoQ Deutschland GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
require File.expand_path('test_helper', File.dirname(__FILE__))
require 'capybara/rails'
require 'capybara/dsl'
require 'capybara/poltergeist'
require Iqvoc.root.join('test', 'authentication')

Capybara.javascript_driver = :poltergeist

module ActionDispatch
  class IntegrationTest
    include Capybara::DSL
    include Authentication
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.9.1 test/integration_test_helper.rb
iqvoc_skosxl-2.9.0 test/integration_test_helper.rb
iqvoc_skosxl-2.8.1 test/integration_test_helper.rb
iqvoc_skosxl-2.8.0 test/integration_test_helper.rb
iqvoc_skosxl-2.7.0 test/integration_test_helper.rb
iqvoc_skosxl-2.6.0 test/integration_test_helper.rb
iqvoc_skosxl-2.5.0 test/integration_test_helper.rb