Caching the config should actually cache the config
This commit is contained in:
parent
5ee4357cd6
commit
95604d6320
|
@ -20,7 +20,7 @@ module Webrat
|
|||
@@previous_config = nil
|
||||
|
||||
def self.cache_config_for_test
|
||||
@@configuration = Webrat.configuration
|
||||
@@previous_config = Webrat.configuration.clone
|
||||
end
|
||||
|
||||
def self.reset_for_test
|
||||
|
|
Loading…
Reference in New Issue