lib/rambo/rspec/example_group.rb in rambo_ruby-0.5.0 vs lib/rambo/rspec/example_group.rb in rambo_ruby-0.6.0
- old
+ new
@@ -6,10 +6,10 @@
attr_reader :resource
def initialize(resource, options={})
@resource = resource
- @options = options || { rails: true }
+ @options = options || { framework: :rails }
end
def template
@template ||= File.read(TEMPLATE_PATH)
end