1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

The RSpec spies syntax is now available by default

This commit is contained in:
ignisf 2014-06-15 13:40:57 +03:00
parent ac4ea1209f
commit 1a9cbd5936
3 changed files with 1 additions and 2 deletions

1
.rspec Normal file
View file

@ -0,0 +1 @@
--format documentation

View file

@ -29,6 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rake-compiler"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec-spies"
s.add_development_dependency "rubysl", "~> 2.0" if RUBY_ENGINE == "rbx"
end

View file

@ -1,6 +1,5 @@
$:.unshift File.expand_path '../../ext/libv8', __FILE__
$:.unshift File.expand_path '../../lib', __FILE__
require 'rspec'
require 'rspec-spies'
require 'libv8'
require File.expand_path '../support/compiler_helpers', __FILE__