Sha256: 99b07301f5fae4b64a94bd71221b3ee27099703ca9f1685ec2ee3c0e92959565

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
$LOAD_PATH.unshift File.dirname(__FILE__)

STDERR.puts("Running Specs under Ruby Version #{RUBY_VERSION}")

require "rails_app/config/environment"

require 'rspec'
require 'capybara/rspec'
require 'capybara/rails'

require 'ruby-saml'
require 'ruby-saml-idp'

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.mock_with :rspec
  config.include SamlRequestMacros
end

Capybara.default_host = "https://app.example.com"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-saml-idp-0.3.5 spec/spec_helper.rb