summaryrefslogtreecommitdiff
path: root/spec/bundler/realworld/git_spec.rb
blob: 9eff74f1c9214b26a80d08b3ed058fa570f5c2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

RSpec.describe "github source", realworld: true do
  it "properly fetches PRs" do
    install_gemfile <<-G
      source "https://rubygems.org"

      gem "reline", github: "https://github.com/ruby/reline/pull/488"
    G
  end
end