update model schema
This commit is contained in:
@@ -36,7 +36,11 @@ chromedriver.log
|
|||||||
/coverage
|
/coverage
|
||||||
/old_cap
|
/old_cap
|
||||||
gem_graph.png
|
gem_graph.png
|
||||||
|
# couchdb
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
/db/*.couch
|
/db/*.couch
|
||||||
/db/*_design
|
/db/*_design
|
||||||
|
# giteye
|
||||||
/.project
|
/.project
|
||||||
|
# dia
|
||||||
|
/*.autosave
|
||||||
|
|||||||
BIN
Binary file not shown.
+1
-1
@@ -31,7 +31,7 @@ WebMock.disable_net_connect!(allow_localhost: true)
|
|||||||
module TurnipHacks
|
module TurnipHacks
|
||||||
def run_step(*)
|
def run_step(*)
|
||||||
# delay for a nice follow in selenium
|
# delay for a nice follow in selenium
|
||||||
#sleep 0.1
|
#sleep 0.6
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user