Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
annotate
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • open-source
  • annotate
  • Repository

Switch branch/tag
  • annotate
  • .gitignore
Find file
BlameHistoryPermalink
  • Andrew W. Lee's avatar
    Add integration tests to project (#747) · ec0b3b61
    Andrew W. Lee authored 5 years ago
    Adds integration tests to the project that's able to run in CI across different ruby versions.
    
    * Adds a Rails 5.2.4.1 app
    * Adds a Rails 6.0.2.1 app
    
    Fixes #733 
    ec0b3b61
.gitignore 164 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
*.gem
.DS_Store
.bundle
.gems
.rbenv-version
.ruby-*
/.idea/
/.rbx
/.rvmrc
/.yardoc/*
/Gemfile.lock
/coverage/*
/dist
/doc/*
/pkg/*
/spec/debug.log
.byebug_history
×

Replace .gitignore

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.