From 7b34bab6af30df9cfca7df9e0c644a0ea967ff04 Mon Sep 17 00:00:00 2001 From: sucanjan Date: Wed, 14 Feb 2018 21:57:30 +0100 Subject: Initial commit --- test/spec_helper.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/spec_helper.rb (limited to 'test/spec_helper.rb') diff --git a/test/spec_helper.rb b/test/spec_helper.rb new file mode 100644 index 0000000..adec803 --- /dev/null +++ b/test/spec_helper.rb @@ -0,0 +1,5 @@ +RSpec.configure do |c| + c.color = true + c.formatter = :documentation + c.tty = true +end -- cgit v1.2.3