You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Ruby/RSpec sample for demonstrating Testspace based on the [everydayrails's repo](https://github.com/everydayrails/rails-4-1-rspec-3-0)
6
6
7
7
Sample demonstrates techniques for using Testspace with Ruby code and the [`rspec` test framework](http://rspec.info/) together with [`simplecov` code coverage gem](https://github.com/colszowka/simplecov) and [`selenium-webdriver` gem](https://rubygems.org/gems/selenium-webdriver/).
8
8
9
+
* Using a Testspace Project that is `connected` with this GitHub Repo
10
+
* Using 3 Online CI services for demonstration purposes only
11
+
* Can review the Results at [testspace-samples:ruby.rspec](https://samples.testspace.com/projects/testspace-samples:ruby.rspec)
12
+
* Refer to our [Getting Started](https://help.testspace.com/getting-started) help articles for more information
13
+
9
14
***
10
15
Using Multiple Online CI Services:
11
16
@@ -17,13 +22,19 @@ Using Multiple Online CI Services:
17
22
***
18
23
Publishing **Test Content** using www.testspace.com.
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
35
+
testspace config url samples.testspace.com
36
+
</pre>
25
37
26
-
In order to run this sample you will need a host workstation that supports the [RSpec test framework](http://rspec.info/) with installed `ruby 2.3.0`, `bundler` and `firefox`.
Checkout the published [Test Content](https://samples.testspace.com/projects/testspace-samples:ruby.rspec). Note that the `.testspace.txt` file contains the [set of files](http://help.testspace.com/how-to:publish-content#publishing-via-content-list-file) to publish.
53
-
54
-
***
55
-
56
-
To replicate this sample:
57
-
- Setup account at www.testspace.com.
58
-
- Create a Environment variable called `TESTSPACE_TOKEN`
0 commit comments