Skip to content

Instantly share code, notes, and snippets.

@gaishimo
Created August 20, 2013 01:21
Show Gist options
  • Save gaishimo/6276074 to your computer and use it in GitHub Desktop.
Save gaishimo/6276074 to your computer and use it in GitHub Desktop.
RSpec 特定のテストだけ実行する
$ bundle exec rspec spec/requests/user_pages_spec.rb \
-e "signup with invalid information"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment