Skip to content

Instantly share code, notes, and snippets.

View michkles's full-sized avatar

Michal Klesinski michkles

View GitHub Profile
require 'rails_helper'
RSpec.describe TodosController, :type => :controller do
describe "GET #index" do
#describe "POST #create" do
#describe "GET #show" do
#describe "PATCH #update" do (or PUT #update)
#describe "DELETE #destroy" do
#describe "GET #new" do
@michkles
michkles / bb_user_stories.md
Last active September 28, 2016 12:38
boris-bikes user stories

#User Stories User stories form Boris Bikes project

##1 As a user, So I can find customers, I want to search for my customers by their surnames.

##13 As a maintainer of the system,