VRFS-433 - oops little typo
This commit is contained in:
parent
d8dd7fddb9
commit
f8aea9ac73
|
|
@ -96,7 +96,7 @@ Spork.prefork do
|
|||
|
||||
config.include Requests::JsonHelpers, type: :request
|
||||
config.include Requests::FeatureHelpers, type: :feature
|
||||
config.include Snapshots
|
||||
config.include Snapshot
|
||||
|
||||
config.before(:suite) do
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module Snapshots
|
||||
module Snapshot
|
||||
|
||||
def set_up_snapshot(filepath = 'tmp/snapshots.html')
|
||||
@size = [1280, 720] #arbitrary
|
||||
|
|
|
|||
Loading…
Reference in New Issue