Skip to content
View rcoproc's full-sized avatar
🙏
I pray to God for our great protection in these difficult times!
🙏
I pray to God for our great protection in these difficult times!
Block or Report

Block or report rcoproc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Rails Rspec model testing skeleton &... 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://www.reddit.com/r/rails/comments/2ior1z/gist_of_rails_rspec_model_testing_skeleton_cheat
    1
    # This is a skeleton for testing models including examples of validations, callbacks,
    2
    # scopes, instance & class methods, associations, and more.
    3
    # Pick and choose what you want, as all models don't NEED to be tested at this depth.
    4
    #
    5
    # I'm always eager to hear new tips & suggestions as I'm still new to testing,
  2. capybara cheat sheet capybara cheat sheet
    1
    =Navigating=
    2
        visit('/projects')
    3
        visit(post_comments_path(post))
    4
    
                  
    5
    =Clicking links and buttons=
  3. cheatsheet-kubernetes-A4 cheatsheet-kubernetes-A4 Public

    Forked from dennyzhang/cheatsheet-kubernetes-A4

    📖 Kubernetes CheatSheets In A4

    Shell 1

  4. cheatsheets cheatsheets Public

    Forked from rstacruz/cheatsheets

    My PRO cheatsheets(ruby, rails, css, javascript, elixir, csharp)

    CSS

  5. RSpec Cheatsheet RSpec Cheatsheet
    1
    require 'rails_helper'
    2
    
                  
    3
    RSpec.describe TodosController, :type => :controller do
    4
    
                  
    5
      describe "GET #index" do
  6. ruby-em-100-exemplos ruby-em-100-exemplos Public

    Forked from everaldo/ruby-em-100-exemplos

    Aprenda Ruby em 100 exemplos comentados

    Ruby