Skip to content

Instantly share code, notes, and snippets.

View NicholasJacques's full-sized avatar
💭
😃

Nicholas Jacques NicholasJacques

💭
😃
View GitHub Profile
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@NicholasJacques
NicholasJacques / pre-mod-4-reflection.md
Last active June 26, 2017 16:57 — forked from case-eee/pre-mod-4-reflection.md
These are reflection questions for students entering backend module 4.

M4 Reflection

Fork this gist and answer these questions to reflect on your learning experiences.

  • What brought you to Turing?

I was brought to Turing by a dissatisfaction with my current career and a desire to learn something new and challenging. I also happened to be a bit of nerd.

  • Where do you see yourself after Turing?
@NicholasJacques
NicholasJacques / rspec_model_testing_template.rb
Created April 13, 2017 06:20 — forked from SabretWoW/rspec_model_testing_template.rb
Rails Rspec model testing skeleton & cheat sheet using rspec-rails, shoulda-matchers, shoulda-callbacks, and factory_girl_rails. Pretty much a brain dump of examples of what you can (should?) test in a model. Pick & choose what you like, and please let me know if there are any errors or new/changed features out there. Reddit comment thread: http…
# This is a skeleton for testing models including examples of validations, callbacks,
# scopes, instance & class methods, associations, and more.
# Pick and choose what you want, as all models don't NEED to be tested at this depth.
#
# I'm always eager to hear new tips & suggestions as I'm still new to testing,
# so if you have any, please share!
#
# @kyletcarlson
#
# This skeleton also assumes you're using the following gems:

Setting Group Expectations

Group Member Names:

Nick - PM

Colleen

Craig

@NicholasJacques
NicholasJacques / prework.md
Last active January 18, 2017 19:15 — forked from mbburch/prework.md
An example template for your Turing pre-work Gist

Turing School Prework - Nicholas Jacques

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist: