Sha256: 8eaf7fdf12f11c7ecd9cced2d73b5b3980bdb8e1bc341eadc15f65b2fc291ac6
Contents?: true
Size: 269 Bytes
Versions: 35
Compression:
Stored size: 269 Bytes
Contents
# encoding: UTF-8 require File.expand_path(File.dirname(__FILE__) + '/acceptance_helper') class ViewsController < ApplicationController def index end end feature 'View path appending' do scenario 'for docomo', :driver => :docomo do visit '/views' end end
Version data entries
35 entries across 35 versions & 1 rubygems