require spec_helper from .rspec

This commit is contained in:
Josh Holtrop 2014-06-25 15:30:11 -04:00
parent 4c6f8c0250
commit 1b49c06a85
2 changed files with 1 additions and 2 deletions

1
.rspec
View File

@ -1 +1,2 @@
--color --color
--require spec_helper

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Yawpa do describe Yawpa do
describe ".parse" do describe ".parse" do
it "returns everything as arguments when no options present" do it "returns everything as arguments when no options present" do