Skip to content

Commit

Permalink
Convert test/srb-rbi/empty to a test/snapshot/total
Browse files Browse the repository at this point in the history
  • Loading branch information
jez-stripe committed May 21, 2019
1 parent 1b3842b commit 55ee234
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Generating: sorbet/rbi/hidden-definitions/
Requiring all of your code

Naming all Modules
Generating /tmp/sorbet-hidden-definitions/reflection.rbi with %d modules and %d aliases
Generating /tmp/sorbet-hidden-definitions/reflection.rbi with X modules and Y aliases
Printing your code's symbol table into /tmp/sorbet-hidden-definitions/from-source.json
Printing /tmp/sorbet-hidden-definitions/reflection.rbi's symbol table into /tmp/sorbet-hidden-definitions/reflection.json
Reading /tmp/sorbet-hidden-definitions/from-source.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
# srb rbi gems

# typed: strong
#
# If you would like to make changes to this file, great! Please create the gem's shim here:
#
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/bundler/all/bundler.rbi
#
# bundler-2.0.1
module Bundler
end
class Bundler::LockfileGenerator
def add_bundled_with; end
def add_dependencies; end
def add_locked_ruby_version; end
def add_platforms; end
def add_section(name, value); end
def add_sources; end
def add_specs(specs); end
def definition; end
def generate!; end
def initialize(definition); end
def out; end
def self.generate(definition); end
end
module Kernel
def self.gem(dep, *reqs); end
end
Empty file.
79 changes: 0 additions & 79 deletions gems/sorbet/test/srb-rbi/empty/empty.rb

This file was deleted.

1 change: 0 additions & 1 deletion gems/sorbet/test/srb-rbi/empty/empty/Gemfile

This file was deleted.

24 changes: 0 additions & 24 deletions gems/sorbet/test/srb-rbi/empty/sorbet/rbi/gems/sorbet.rbi

This file was deleted.

0 comments on commit 55ee234

Please sign in to comment.