ruby 水豚でPHPテスト!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 水豚でPHPテスト!相关的知识,希望对你有一定的参考价值。
source 'https://rubygems.org'
gem 'rspec'
gem 'capybara'
gem 'capybara-mechanize'
gem 'launchy'
# coding: utf-8
require 'spec_helper'
describe "hoge" do
before do
visit '/'
end
it "hogehoge" do
page.should have_content 'hoge'
end
end
require 'capybara/rspec'
require 'capybara/mechanize'
Capybara.configure do |config|
config.app = "fake"
config.default_driver = :mechanize
config.app_host = 'your app host'
end
RSpec.configure do |config|
config.include Capybara::DSL
end
以上是关于ruby 水豚でPHPテスト!的主要内容,如果未能解决你的问题,请参考以下文章
ruby Chef + Kithcen环境でServerspecのテスト実行までの顺序ref:http://qiita.com/ikuwow/items/27397b9675bd50e87b73
csharp AnimationEventで对象参照とAnimationEvent型を送るテスト
python StandardItem / ViewでTableViewとListViewに表示テスト
sql ぱぱっと不亦乐乎でテストデータを作る
sh SeleniumBuilderで実施したテストがすてて成功で完了できたのか定定ref ref
python 蟒蛇の瓶子で书いているAPIをテストするために,WebTest的を使ったテストツールを试してみました.unittestの基本的な构成のみですが,自分用メモ及公开しておきます。