Skip to content

Commit

Permalink
remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Gensert committed Feb 19, 2015
1 parent 974b018 commit 7d57fa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ guard :rspec, cmd: "bundle exec rspec" do
require "guard/rspec/dsl"
dsl = Guard::RSpec::Dsl.new(self)

# Feel free to open issues for suggestions and improvements

# RSpec files
rspec = dsl.rspec
watch(rspec.spec_helper) { rspec.spec_dir }
Expand Down

0 comments on commit 7d57fa1

Please sign in to comment.