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:
parent
ac4ea1209f
commit
1a9cbd5936
3 changed files with 1 additions and 2 deletions
1
.rspec
Normal file
1
.rspec
Normal file
|
@ -0,0 +1 @@
|
|||
--format documentation
|
|
@ -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
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue