Sha256: 4aaaef30b328f22efc3b86f886ebc2370f31c53cd4cec657372df95d4f181195
Contents?: true
Size: 285 Bytes
Versions: 19
Compression:
Stored size: 285 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe "the flash view" do it "redirects" do visit root_path click_on 'redirect' page.has_content?('utf8: ✓') end it "handles ajax" do visit root_path click_on 'ajax' page.has_content?('ajax: ✓') end end
Version data entries
19 entries across 10 versions & 1 rubygems