Skip to content

Commit

Permalink
changed the output format to use Fuubar
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Dec 11, 2011
1 parent 500e9e9 commit f4ccd22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--color --format doc
--color
--format Fuubar
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ source "http://rubygems.org"

# adding rake so travis-ci will build properly
gem 'rake'
gem 'fuubar'
gem 'fuubar-cucumber'

gemspec
14 changes: 8 additions & 6 deletions cucumber.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
default: DRIVER=WATIR --no-source --color --format pretty
watir: DRIVER=WATIR --no-source --color --format pretty --tags ~@selenium_only
selenium: DRIVER=SELENIUM --no-source --color --format pretty --tags ~@watir_only
watir_focus: DRIVER=WATIR --no-source --color --format pretty --tags @focus --tags ~@selenium_only
selenium_focus: DRIVER=SELENIUM --no-source --color --format pretty --tags @focus --tags ~@watir_only
autotest: DRIVER=WATIR --no-source --color --format pretty --tags ~@selenium_only
<%
std_opts = "--no-source --color --format Cucumber::Formatter::Fuubar"
%>

default: DRIVER=WATIR <%= std_opts %>
watir: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only
selenium: DRIVER=SELENIUM <%= std_opts %> --tags ~@watir_only
autotest: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only

0 comments on commit f4ccd22

Please sign in to comment.