Sha256: a178c521c2905f487cfe5d01740c17e0bb67b75cc7ec29eed16d3ccb168c6536
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
# encoding: utf-8 require "spec_helper" describe "set_locale parameter", :type => :feature do refinery_login it "changes language used in backend" do visit refinery.admin_pages_path expect(page).to have_content("Switch to your website") visit refinery.admin_pages_path(:set_locale => :cs) expect(page).to have_content("Přepnout na web") end end
Version data entries
5 entries across 5 versions & 1 rubygems