Skip to content

Commit 61491de

Browse files
committed
Merge pull request jonleighton#14 from andreygerasimchuk/master
Generate binstub for rspec-core instead of rspec
2 parents bfe1ab0 + 94ac781 commit 61491de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/spring/commands/rspec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ def env(*)
88
def exec_name
99
"rspec"
1010
end
11+
12+
def gem_name
13+
"rspec-core"
14+
end
1115
end
1216

1317
Spring.register_command "rspec", RSpec.new

0 commit comments

Comments
 (0)