Skip to content

Instantly share code, notes, and snippets.

View markyv18's full-sized avatar

Mark Van Akkeren markyv18

View GitHub Profile
@markyv18
markyv18 / MVA-prework.md
Last active November 28, 2016 16:59 — forked from mbburch/prework.md
An example template for your Turing pre-work Gist

Turing School Prework - MVA

Task A- Practice Typing:

Missed the first one but did remember the score for it, that is posted in comments alongside the subsequent other challenge's screenshots

Task B- Algorithmic Thinking & Logic:

DONEZO. Sadly... those were fun, wish there were more (FWIW, 100% on all)

Task C- Create your Gist:

Well, since i'm typing here on it..... :)

@markyv18
markyv18 / rails_setup.markdown
Created March 9, 2018 21:53 — forked from NicholasJacques/rails_setup.markdown
Getting Started with RSpec and Rails:

Getting Started with RSpec and Rails:

Setting up a new Ruby on Rails project using RSpec, Cabybara, FactoryGirl and DatabaseCleaner

What will this tutorial do you for you?

This tutorial will help guide you through the process of setting up a new Ruby on Rails project with robust testing capabilities. This tutorial makes a couple of assumptions:

  • You have installed Ruby on Rails and have a rudimentary understanding of how to use it.
  • You have installed bundler