aboutsummaryrefslogtreecommitdiffhomepage
path: root/.rspec
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-12-18 11:16:16 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-12-18 11:18:34 -0800
commitd7e1a10628b87d9437f15ffb44d74499345ba757 (patch)
treef4951a040546449bf5649d7bcf9827c13c4f9caf /.rspec
parent08ae945aac08bc36f77304ea06f826a4cf52b091 (diff)
Bundled C core with Ruby library
Diffstat (limited to '.rspec')
-rwxr-xr-x.rspec6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rspec b/.rspec
new file mode 100755
index 0000000000..b94d663c9a
--- /dev/null
+++ b/.rspec
@@ -0,0 +1,6 @@
+-Isrc/ruby
+-Isrc/ruby/pb
+--backtrace
+--require spec/spec_helper
+--format documentation
+--color