Skip to content

Instantly share code, notes, and snippets.

@g3ortega
Last active March 17, 2019 05:01
Show Gist options
  • Save g3ortega/ec4b62deea1df707f8d9e0ae79bff63b to your computer and use it in GitHub Desktop.
Save g3ortega/ec4b62deea1df707f8d9e0ae79bff63b to your computer and use it in GitHub Desktop.

Revisions

  1. g3ortega revised this gist Mar 17, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,7 @@ https://devhints.io/rspec-rails
    gem "factory_bot_rails"
    gem 'vcr'
    gem 'webmock'
    ### gem 'simplecov', require: false
    ### gem 'simplecov', require: false

    > Devise Spec Helpers <
    https://github.com/plataformatec/devise/wiki/How-To:-Test-controllers-with-Rails-(and-RSpec)
  2. g3ortega created this gist Mar 17, 2019.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    > Cheatsheet for RSpec, to print <
    https://devhints.io/rspec-rails

    > Useful Gems for testing <
    gem 'rspec-rails'
    gem 'faker'
    gem "shoulda-matchers", require: false
    gem 'guard-rspec', require: false
    ### gem "email_spec"
    gem "factory_bot_rails"
    gem 'vcr'
    gem 'webmock'
    ### gem 'simplecov', require: false