Browse code

Rename acceptance test

John Hawthorn authored on 31/12/2016 02:13:06
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,15 +0,0 @@
1
-GEM
2
-  remote: https://rubygems.org/
3
-  specs:
4
-    minitest (5.10.1)
5
-    ttytest (0.4.0)
6
-
7
-PLATFORMS
8
-  ruby
9
-
10
-DEPENDENCIES
11
-  minitest
12
-  ttytest
13
-
14
-BUNDLED WITH
15
-   1.13.7
Browse code

Upgrade to ttytest 0.4.0

John Hawthorn authored on 31/12/2016 00:25:54
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@ GEM
2 2
   remote: https://rubygems.org/
3 3
   specs:
4 4
     minitest (5.10.1)
5
-    ttytest (0.3.0)
5
+    ttytest (0.4.0)
6 6
 
7 7
 PLATFORMS
8 8
   ruby
... ...
@@ -12,4 +12,4 @@ DEPENDENCIES
12 12
   ttytest
13 13
 
14 14
 BUNDLED WITH
15
-   1.13.6
15
+   1.13.7
Browse code

Upgrade to ttytest 0.3.0

John Hawthorn authored on 29/12/2016 10:27:18
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@ GEM
2 2
   remote: https://rubygems.org/
3 3
   specs:
4 4
     minitest (5.10.1)
5
-    ttytest (0.2.0)
5
+    ttytest (0.3.0)
6 6
 
7 7
 PLATFORMS
8 8
   ruby
Browse code

Expand on integration test

John Hawthorn authored on 28/12/2016 09:10:42
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@ GEM
2 2
   remote: https://rubygems.org/
3 3
   specs:
4 4
     minitest (5.10.1)
5
-    ttytest (0.1.0)
5
+    ttytest (0.2.0)
6 6
 
7 7
 PLATFORMS
8 8
   ruby
Browse code

Add ruby based integration test

John Hawthorn authored on 28/12/2016 07:38:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+GEM
2
+  remote: https://rubygems.org/
3
+  specs:
4
+    minitest (5.10.1)
5
+    ttytest (0.1.0)
6
+
7
+PLATFORMS
8
+  ruby
9
+
10
+DEPENDENCIES
11
+  minitest
12
+  ttytest
13
+
14
+BUNDLED WITH
15
+   1.13.6