Skip to content

Commit

Permalink
Merge pull request activeadmin#1358 from hardbap/master
Browse files Browse the repository at this point in the history
Fix a couple small typos in CSVBulider spec.
  • Loading branch information
gregbell committed May 25, 2012
2 parents 1efc968 + 6709ad2 commit 73b051f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/csv_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
end
end

it "should have one colum" do
it "should have one column" do
builder.columns.size.should == 1
end

Expand All @@ -63,7 +63,7 @@
end
end

it "should have one colum" do
it "should have one column" do
builder.columns.size.should == 1
end

Expand Down

0 comments on commit 73b051f

Please sign in to comment.