▽Carl Zeiss Photo Gallery ●01/04 17:33 2012/8/15 MOMENT 撮影会 in 谷町周辺 & サンスタジオ 真矢 さんフォトギャラリー 桃原美奈さんフォトギャラリー 2012/8/13 MOMENT 撮影会 in 九条周辺 松下まゆみ さんフォトギャラリー 2012/5/06 Studio Still 撮影会 真矢 さんフォトギャラリー 古澤恵 さんフォトギャラリー 青山友美 さんフォトギャラリー 田中涼子 さんフォトギャラリー
▽gaku ●11/02 17:20 Capybara - undefined method `visit' I’d like to test a web server behavior using Capybara. The first spec below didn’t work with undefined method ’visit’ error. (By the way, the spec doesn’t have any test.) # this won’t work describe ”first test” do it ”returns something” do visit ”/nonexisting” puts page.status_code end end Failures: 1) first test returns something Failure/Error: visit ”/non