README.md in run_tests-0.1.1 vs README.md in run_tests-0.1.2
- old
+ new
@@ -6,33 +6,29 @@
Add this line to your application's Gemfile:
```ruby
gem 'run_tests'
```
+Or :
-And then execute:
```ruby
-bundle
+gem 'run_tests', git: 'https://github.com/marina8915/run_tests.git'
```
Or install it yourself as:
-```ruby
-gem install run_tests
-```
-Or add this line to your application's Gemfile:
-```ruby
-gem 'run_tests', git: 'https://github.com/marina8915/run_tests.git'
-```
+ $ gem install run_tests
+
+
And then execute:
$ bundle
## Usage
```ruby
-require 'run_tests'
+require 'test'
```
Check test:
```ruby
result1 = 'Hello'
result2 = 'Hello'