Skip to content

Commit

Permalink
Require rspec/subject/extensions in example spec file to fix feature
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jul 2, 2011
1 parent 3161ac4 commit b61fd19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/class_methods/each_attribute_of_subject.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Feature: each attribute of subject
Scenario: specify value of each attribute
Given a file named "example_spec.rb" with:
"""
require 'rspec/subject/extensions'
class Movie
def ratings
[9, 7, 9]
Expand Down

0 comments on commit b61fd19

Please sign in to comment.