Enable verbose testing

This commit is contained in:
Adam Stankiewicz 2013-12-26 23:13:05 +01:00
parent 56d5fc498b
commit 9f19823a30

View File

@ -5,4 +5,4 @@ before_install: sudo apt-get install vim-gtk
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: bundle exec rspec
script: bundle exec rspec --format=documentation