Skip to content

Commit bd12bcb

Browse files
joemsakvburzynski
andauthored
Update spec/integration/plugin_helper_spec.rb
Co-authored-by: Valerie Burzynski <[email protected]>
1 parent 2098ea3 commit bd12bcb

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

spec/integration/plugin_helper_spec.rb

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,6 @@ def foo
4848
end
4949
end
5050

51-
context 'with other public methods' do
52-
before do
53-
test_plugin_class = Class.new(described_class) do
54-
def test_plugin
55-
Data.define(:foo).new('foo')
56-
end
57-
58-
def other_method1
59-
'other1'
60-
end
61-
62-
def other_method2
63-
'other2'
64-
end
65-
end
66-
67-
stub_const('TestPlugin', test_plugin_class)
68-
end
69-
70-
it 'adds the other methods to the team' do
71-
skip 'TODO: cannot support in this version'
72-
expect(team.test_plugin.foo).to eq('foo')
73-
expect(team.test_plugin.other_method1).to eq('other1')
74-
expect(team.test_plugin.other_method2).to eq('other2')
75-
end
76-
end
7751
end
7852

7953
specify 'backwards compatibility' do

0 commit comments

Comments
 (0)