Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,454 changes: 1,454 additions & 0 deletions spec/commands/newgem_options_spec.rb

Large diffs are not rendered by default.

1,389 changes: 0 additions & 1,389 deletions spec/commands/newgem_spec.rb

Large diffs are not rendered by default.

629 changes: 629 additions & 0 deletions spec/commands/outdated_filters_spec.rb

Large diffs are not rendered by default.

626 changes: 0 additions & 626 deletions spec/commands/outdated_spec.rb

Large diffs are not rendered by default.

1,100 changes: 1,100 additions & 0 deletions spec/commands/update_scenarios_spec.rb

Large diffs are not rendered by default.

1,099 changes: 0 additions & 1,099 deletions spec/commands/update_spec.rb

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions spec/install/gemfile/git_extensions_spec.rb

Large diffs are not rendered by default.

633 changes: 633 additions & 0 deletions spec/install/gemfile/git_overrides_spec.rb

Large diffs are not rendered by default.

1,236 changes: 0 additions & 1,236 deletions spec/install/gemfile/git_spec.rb

Large diffs are not rendered by default.

825 changes: 825 additions & 0 deletions spec/runtime/setup_gems_spec.rb

Large diffs are not rendered by default.

820 changes: 0 additions & 820 deletions spec/runtime/setup_spec.rb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions spec/support/shards.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module Shards
EXAMPLE_MAPPINGS = {
shard_a: [
"spec/runtime/setup_spec.rb",
"spec/runtime/setup_gems_spec.rb",
"spec/commands/install_spec.rb",
"spec/commands/add_spec.rb",
"spec/install/gems/compact_index_spec.rb",
Expand Down Expand Up @@ -57,6 +58,8 @@ module Shards
],
shard_b: [
"spec/install/gemfile/git_spec.rb",
"spec/install/gemfile/git_overrides_spec.rb",
"spec/install/gemfile/git_extensions_spec.rb",
"spec/install/gems/standalone_spec.rb",
"spec/commands/lock_spec.rb",
"spec/cache/gems_spec.rb",
Expand Down Expand Up @@ -100,6 +103,7 @@ module Shards
],
shard_c: [
"spec/commands/newgem_spec.rb",
"spec/commands/newgem_options_spec.rb",
"spec/commands/exec_spec.rb",
"spec/commands/clean_spec.rb",
"spec/commands/platform_spec.rb",
Expand Down Expand Up @@ -147,7 +151,9 @@ module Shards
"spec/bundler/resolver/cooldown_spec.rb",
"spec/install/cooldown_spec.rb",
"spec/commands/outdated_spec.rb",
"spec/commands/outdated_filters_spec.rb",
"spec/commands/update_spec.rb",
"spec/commands/update_scenarios_spec.rb",
"spec/install/deploy_spec.rb",
"spec/install/gemfile/sources_spec.rb",
"spec/runtime/self_management_spec.rb",
Expand Down Expand Up @@ -195,6 +201,7 @@ module Shards
"spec/install/gemfile/override_spec.rb",
"spec/install/path_spec.rb",
"spec/bundler/fetcher/gem_remote_fetcher_local_ssl_server_spec.rb",
"spec/bundler/plugin/unloaded_source_spec.rb",
],
}.freeze
end
Expand Down