Skip to content
View matsales28's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report matsales28

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. dotfiles dotfiles Public

    Vim Script

  2. vim-rspec vim-rspec Public

    Forked from thoughtbot/vim-rspec

    Run Rspec specs from Vim

    Vim Script

  3. fatkodima/online_migrations fatkodima/online_migrations Public

    Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations…

    Ruby 582 16

  4. Ruby modules with arguments Ruby modules with arguments
    1
    class Callable < Module
    2
      def self.[](method)
    3
        new(method)
    4
      end
    5
    
                  
  5. thoughtbot/shoulda-matchers thoughtbot/shoulda-matchers Public

    Simple one-liner tests for common Rails functionality

    Ruby 3.5k 907

  6. Create matcher for asserting compone... Create matcher for asserting components of ViewComponents have been rendered with arguments or not
    1
    # This gist was used to create have_rendered_page_component matcher, because our intention was to
    2
    # assure that a specific page_component was being rendered.
    3
    
                  
    4
    
                  
    5
    # This is overriding the instrumentation of ViewComponent