diff options
| author | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 16:01:53 +0100 |
|---|---|---|
| committer | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 16:01:53 +0100 |
| commit | a59099685e34c29438b11dc6eacaeea1215a150b (patch) | |
| tree | 898cdae25c63e4b11394dc8c668130a779d87615 | |
| parent | 0d373531da1231575345be1df8710cac7c0ab079 (diff) | |
| download | coderay-a59099685e34c29438b11dc6eacaeea1215a150b.tar.gz | |
still not loaded?
| -rw-r--r-- | spec/coderay_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/coderay_spec.rb b/spec/coderay_spec.rb index 85e6660..2c7b91e 100644 --- a/spec/coderay_spec.rb +++ b/spec/coderay_spec.rb @@ -1,3 +1,5 @@ +require File.expand_path('../spec_helper', __FILE__) + RSpec.describe CodeRay do describe 'version' do it "returns the Gem's version" do |
