Commit 5080144e authored by Samuel Giddins's avatar Samuel Giddins

[PodTarget] Update specs to test scope_suffix instead of scoped?

parent f3e16956
...@@ -10,11 +10,11 @@ module Pod ...@@ -10,11 +10,11 @@ module Pod
end end
describe 'Meta' do describe 'Meta' do
describe '#scoped' do describe '#scope_suffix' do
it 'returns target copies per target definition, which are scoped' do it 'returns target copies per target definition, which are scoped' do
@pod_target.should.not.be.scoped @pod_target.scope_suffix.should.be.nil
@pod_target.scoped.first.should.be.scoped @pod_target.scoped.first.scope_suffix.should == 'Pods'
@pod_target.should.not.be.scoped @pod_target.scope_suffix.should.be.nil
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment