Sha256: f7465e640c6b610b1cfacdfa376b9efa9d9b9693ebb2198b716afb757cd224f1
Contents?: true
Size: 506 Bytes
Versions: 9
Compression:
Stored size: 506 Bytes
Contents
Feature: controller spec readers Controller specs expose a number of different attribute readers. Scenario: access controller Given a file named "spec/controllers/widgets_controller_spec.rb" with: """ require "spec_helper.rb" describe WidgetsController do it "is available before an action" do controller.should be_an_instance_of(WidgetsController) end end """ When I run "rspec ./spec" Then I should see "1 example, 0 failures"
Version data entries
9 entries across 9 versions & 1 rubygems