文件名称:pusher-fake-example:带有RSpec的pusher-fake示例,用于测试Rails应用程序
文件大小:46KB
文件格式:ZIP
更新时间:2024-05-28 20:16:38
pusher fake pusher-api pusherjs pusher-service
虚假示例 将与RSpec一起使用以测试Rails应用程序的示例。 如何 1.将PusherFake JS用于Pusher JS实例。 < script > <% if defined? ( PusherFake ) %> // Test environment. // // Note: Ensure output is not HTML escaped, such as with the raw helper in Rails. var instance = <%= PusherFake . javascript %> ; <% else %> // Other environments, such as production. var instance = new Pusher ( ... ) ; <% end %> </
【文件预览】:
pusher-fake-example-master
----.github()
--------workflows()
----public()
--------500.html(643B)
--------robots.txt(204B)
--------422.html(711B)
--------favicon.ico(0B)
--------404.html(728B)
----config.ru(99B)
----Gemfile(268B)
----spec()
--------spec_helper.rb(1KB)
--------features()
--------rails_helper.rb(965B)
--------support()
----Rakefile(282B)
----README.markdown(971B)
----config()
--------initializers()
--------application.rb(1KB)
--------environments()
--------boot.rb(95B)
--------routes.rb(75B)
--------environment.rb(150B)
----LICENSE(1KB)
----Gemfile.lock(5KB)
----.gitignore(430B)
----app()
--------views()
--------controllers()
--------assets()
----bin()
--------setup(805B)
--------bundle(129B)
--------rake(90B)
--------rails(145B)