guard-cedar 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/guard/cedar/version.rb +1 -1
- data/spec/lib/guard/cedar/runner_spec.rb +7 -0
- metadata +2 -2
data/lib/guard/cedar/version.rb
CHANGED
@@ -9,6 +9,13 @@ describe Guard::Cedar::Runner do
|
|
9
9
|
end
|
10
10
|
let(:runner) { Guard::Cedar::Runner.new(options) }
|
11
11
|
|
12
|
+
before do
|
13
|
+
runner.stub(
|
14
|
+
:xcodebuild_path => "/opt/pants/xcodebuild",
|
15
|
+
:xcode_developer_path => "/Socks/XCode.app"
|
16
|
+
)
|
17
|
+
end
|
18
|
+
|
12
19
|
describe "#configuration" do
|
13
20
|
it "returns Debug by default" do
|
14
21
|
runner.configuration.should == "Debug"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-cedar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: guard
|