Sha256: bb1646a8ef4dd1af1adb94079a3463773c0c554b5f2bcc93fbafd052cead6524
Contents?: true
Size: 420 Bytes
Versions: 4
Compression:
Stored size: 420 Bytes
Contents
require 'heroku-rails-saas' require 'bundler/setup' RSpec.configure do |c| # setup fixtures path c.before(:all) do @fixture_path = Pathname.new(File.join(File.dirname(__FILE__), "/fixtures")) raise "Fixture folder not found: #{@fixture_path}" unless @fixture_path.directory? end # returns the file path of a fixture setting file def config_path(filename) @fixture_path.join(filename) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
heroku-rails-saas-0.1.5 | spec/spec_helper.rb |
heroku-rails-saas-0.1.4 | spec/spec_helper.rb |
heroku-rails-saas-0.1.3 | spec/spec_helper.rb |
heroku-rails-saas-0.1.2 | spec/spec_helper.rb |