aboutsummaryrefslogtreecommitdiff
path: root/test/spec_helper.rb
diff options
context:
space:
mode:
authorsucanjan <sucanjan@fit.cvut.cz>2018-02-14 21:57:30 +0100
committersucanjan <sucanjan@fit.cvut.cz>2018-02-14 21:57:30 +0100
commit7b34bab6af30df9cfca7df9e0c644a0ea967ff04 (patch)
tree8eed65392f403669b5d57f36115366266b2c50db /test/spec_helper.rb
Initial commit
Diffstat (limited to 'test/spec_helper.rb')
-rw-r--r--test/spec_helper.rb5
1 files changed, 5 insertions, 0 deletions
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