Changeset 573

Show
Ignore:
Timestamp:
07/01/08 10:36:32 (3 months ago)
Author:
bbleything
Message:
  • fix the case of the shared behavior
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • linen/trunk/spec/command_infrastructure_spec.rb

    r571 r573  
    2727    end 
    2828     
    29     it_should_behave_like "A class that includes Linen::Plugin::CommandInfrastructure" 
     29    it_should_behave_like "a class that includes Linen::Plugin::CommandInfrastructure" 
    3030end 
  • linen/trunk/spec/shared_behaviours.rb

    r571 r573  
    2222##################################################################################### 
    2323 
    24 describe "A class that includes Linen::Plugin::CommandInfrastructure", :shared => true do 
     24describe "a class that includes Linen::Plugin::CommandInfrastructure", :shared => true do 
    2525    before( :each ) do 
    2626