summarylogtreecommitdiffstats
path: root/parlour-test-setup.patch
blob: 96a3ca40ec7c692fb0d5ff0eca05a03aa3c7083c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 2950c18..3ae4cbb 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,7 +2,7 @@
 require 'simplecov'
 SimpleCov.start
 
-require 'bundler/setup'
+require 'bundler'
 require 'parlour'
 
 RSpec.configure do |config|
diff --git a/spec/type_loader_spec.rb b/spec/type_loader_spec.rb
index 266d13b..125a6d4 100644
--- a/spec/type_loader_spec.rb
+++ b/spec/type_loader_spec.rb
@@ -65,6 +65,7 @@ RSpec.describe Parlour::TypeLoader do
 
   context 'can load this project' do
     it 'fully' do
+      pending 'needs sorbet (srb tc)'
       # Is this like a quine, in test form? :)
       project_root = described_class.load_project('.',
         exclusions: ['rbi'])
@@ -80,6 +81,7 @@ RSpec.describe Parlour::TypeLoader do
     end
 
     it 'with exclusions' do
+      pending 'needs sorbet (srb tc)'
       project_root = described_class.load_project('.',
         exclusions: ['rbi', 'lib/parlour/rbi_generator/arbitrary.rb'])
       parlour_module = project_root.children.find { |x| x.name == 'Parlour' }
diff --git a/spec/type_parser_spec.rb b/spec/type_parser_spec.rb
index 22fb48c..44be7c4 100644
--- a/spec/type_parser_spec.rb
+++ b/spec/type_parser_spec.rb
@@ -1068,6 +1068,7 @@ EOF
     end
 
     it 'can generalize this project' do
+      pending 'needs sorbet (srb tc)'
       project_root = Parlour::TypeLoader.load_project('.', exclusions: ['rbi'])
       project_root.generalize_from_rbi!