git_test 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/git_test/runner.rb +3 -3
- data/lib/git_test_version.rb +1 -1
- metadata +3 -3
data/lib/git_test/runner.rb
CHANGED
@@ -11,7 +11,7 @@ module GitTest
|
|
11
11
|
self.proj = GitTest::Proj.new(options)
|
12
12
|
self.test = GitTest::Test.new(options)
|
13
13
|
self.proj_branch = proj.current_branch
|
14
|
-
self.test_dir = Dir.mktmpdir
|
14
|
+
self.test_dir = Dir.mktmpdir
|
15
15
|
prepare_proj_for_test!
|
16
16
|
clone_to_test!
|
17
17
|
end
|
@@ -67,8 +67,8 @@ module GitTest
|
|
67
67
|
|
68
68
|
# pulls from origin on the current branch and report branch
|
69
69
|
def fetch!
|
70
|
-
notify.write("
|
71
|
-
proj.fetch
|
70
|
+
notify.write("Fetching from origin")
|
71
|
+
proj.fetch
|
72
72
|
end
|
73
73
|
|
74
74
|
# writes the result of the test command to disk
|
data/lib/git_test_version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git_test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Richard Schneeman
|