Changeset 573
- Timestamp:
- 07/01/08 10:36:32 (3 months ago)
- Files:
-
- linen/trunk/spec/command_infrastructure_spec.rb (modified) (1 diff)
- linen/trunk/spec/shared_behaviours.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
linen/trunk/spec/command_infrastructure_spec.rb
r571 r573 27 27 end 28 28 29 it_should_behave_like " Aclass that includes Linen::Plugin::CommandInfrastructure"29 it_should_behave_like "a class that includes Linen::Plugin::CommandInfrastructure" 30 30 end linen/trunk/spec/shared_behaviours.rb
r571 r573 22 22 ##################################################################################### 23 23 24 describe " Aclass that includes Linen::Plugin::CommandInfrastructure", :shared => true do24 describe "a class that includes Linen::Plugin::CommandInfrastructure", :shared => true do 25 25 before( :each ) do 26 26
