mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Update directory structure & allow to configure paths (tmp, log, cache)
This commit is contained in:
6
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/sqlite/spec/spec.opts
vendored
Normal file
6
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/sqlite/spec/spec.opts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
--format
|
||||
s
|
||||
--colour
|
||||
--loadby
|
||||
mtime
|
||||
--backtrace
|
18
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/sqlite/spec/spec_helper.rb
vendored
Normal file
18
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/sqlite/spec/spec_helper.rb
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
require 'pathname'
|
||||
dir = Pathname.new(__FILE__).parent
|
||||
$LOAD_PATH.unshift(dir, dir + 'lib', dir + '../lib')
|
||||
|
||||
require 'mocha'
|
||||
require 'puppet'
|
||||
gem 'rspec', '=1.2.9'
|
||||
require 'spec/autorun'
|
||||
|
||||
Spec::Runner.configure do |config|
|
||||
config.mock_with :mocha
|
||||
end
|
||||
|
||||
# We need this because the RAL uses 'should' as a method. This
|
||||
# allows us the same behaviour but with a different method name.
|
||||
class Object
|
||||
alias :must :should
|
||||
end
|
Reference in New Issue
Block a user