Sha256: a1bc17770172f8fe8b3ce60dacee57ef266101173ba31c279b3fd5be1b8b4b95

Contents?: true

Size: 1.21 KB

Versions: 8

Compression:

Stored size: 1.21 KB

Contents

# Copyright 2012-2013 Crowd Favorite, Ltd.
#
# 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 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'crowdfavorite'
require 'rspec'
require 'rspec/autorun'

CrowdFavorite::Support::Namespace.default_config = nil

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
capistrano-wp-0.5.0 spec/spec_helper.rb
capistrano-wp-0.4.10 spec/spec_helper.rb
capistrano-wp-0.4.9 spec/spec_helper.rb
capistrano-wp-0.4.8 spec/spec_helper.rb
capistrano-wp-0.4.7 spec/spec_helper.rb
capistrano-wp-0.4.6 spec/spec_helper.rb
capistrano-wp-0.4.3 spec/spec_helper.rb
capistrano-wp-0.4.2 spec/spec_helper.rb