lib/teaspoon/suite.rb in teaspoon-1.2.2 vs lib/teaspoon/suite.rb in teaspoon-1.4.0
- old
+ new
@@ -11,10 +11,10 @@
end
false
end
attr_accessor :config, :name
- delegate :helper, :stylesheets, :javascripts, :boot_partial, :body_partial, :hooks,
+ delegate :helper, :stylesheets, :javascripts, :javascript_packs, :boot_partial, :body_partial, :hooks,
to: :config
def initialize(options = {})
@options = options
@name = (@options[:suite] || :default).to_s