Skip to content

Instantly share code, notes, and snippets.

@phillipkoebbe
Created April 30, 2010 16:12
Show Gist options
  • Save phillipkoebbe/385412 to your computer and use it in GitHub Desktop.
Save phillipkoebbe/385412 to your computer and use it in GitHub Desktop.
cuke/
features/
admin/
media/
messages/
base.feature
county_selection.feature
medium_types/
mime_types/
user/
counties.feature
county_selection.feature
email.feature
index.feature
show.feature
sms.feature
zip_code.feature
login.feature
motd.feature
registration/
user/
access_control.feature
commission_page.feature
events_page.feature
home_page.feature
logged_in_menu.feature
mission_page.feature
not_logged_in_menu.feature
slideshow_page.feature
steps/
admin/
messages/
base_steps.rb
login_steps.rb
motd_steps.rb
registration/
shared/
shared_methods.rb
shared_steps.rb
user/
support/
env.rb
$> philerity admin/messages/*
rake log:clear > /dev/null
rake culerity:rails:start > /dev/null
script/cucumber -c -f progress
-r cuke/support/
-r /Users/phillip/Development/Library/git/philerity/philerity_env.rb
-r /Users/phillip/Development/Library/git/philerity/philerity_methods.rb
-r /Users/phillip/Development/Library/git/philerity/philerity_steps.rb
-r cuke/steps/shared/
-r cuke/steps/admin/messages/base_steps.rb
cuke/features/admin/messages/base.feature
script/cucumber -c -f progress
-r cuke/support/
-r /Users/phillip/Development/Library/git/philerity/philerity_env.rb
-r /Users/phillip/Development/Library/git/philerity/philerity_methods.rb
-r /Users/phillip/Development/Library/git/philerity/philerity_steps.rb
-r cuke/steps/shared/
cuke/features/admin/messages/county_selection.feature
rake culerity:rails:stop > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment