rspec-kickstarter 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ require 'rspec_kickstarter'
|
|
10
10
|
|
11
11
|
class RSpecKickstarter::Generator
|
12
12
|
|
13
|
-
attr_accessor :spec_dir, :
|
13
|
+
attr_accessor :spec_dir, :delta_template, :full_template
|
14
14
|
|
15
15
|
def initialize(spec_dir = './spec', delta_template = nil, full_template = nil)
|
16
16
|
@spec_dir = spec_dir.gsub(/\/$/, '')
|