Skip to content

Instantly share code, notes, and snippets.

@farnoy
Created March 7, 2012 17:54
Show Gist options
  • Select an option

  • Save farnoy/1994690 to your computer and use it in GitHub Desktop.

Select an option

Save farnoy/1994690 to your computer and use it in GitHub Desktop.
kuba:Blog$ tree spec/
spec/
├── controllers
│   └── posts_controller_spec.rb
├── helpers
│   └── posts_helper_spec.rb
├── models
│   └── post_spec.rb
├── requests
│   └── posts_spec.rb
├── routing
│   └── posts_routing_spec.rb
├── spec_helper.rb
└── views
└── posts
├── edit.html.slim_spec.rb
├── index.html.slim_spec.rb
├── new.html.slim_spec.rb
└── show.html.slim_spec.rb
7 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment