Commit ae0e46d7 authored by Ben Asher's avatar Ben Asher

fixed rubocop error

parent c8739700
...@@ -728,7 +728,7 @@ module Pod ...@@ -728,7 +728,7 @@ module Pod
end.message.should.match /Unable to find host target for Pods-Today Extension. Please add the host targets for the extensions to the Podfile/ end.message.should.match /Unable to find host target for Pods-Today Extension. Please add the host targets for the extensions to the Podfile/
end end
it "raises when the extension calls use_frameworks!, but the host target does not" do it 'raises when the extension calls use_frameworks!, but the host target does not' do
podfile = Pod::Podfile.new do podfile = Pod::Podfile.new do
source SpecHelper.test_repo_url source SpecHelper.test_repo_url
platform :ios, '6.0' platform :ios, '6.0'
......
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