Skip to content

Commit

Permalink
Make spec names more understandable and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Aug 18, 2009
1 parent 50a583c commit d4a905e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/file_format/file_format_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@format_instance.line_definitions[:hash_test].should_not be_nil
end

it "should specift lines directly" do
it "should specify line definitions directly within the file_format" do
@first_file_format.new.should have(0).line_definitions

@first_file_format.format_definition.direct_test do |line|
Expand All @@ -30,7 +30,7 @@
@first_file_format.new.line_definitions[:direct_test].should_not be_nil
end

it "specify lines with a block" do
it "specify lines with a block for the format definition" do

@first_file_format.new.should have(0).line_definitions

Expand Down

0 comments on commit d4a905e

Please sign in to comment.