Skip to content

Commit

Permalink
Fix typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed May 9, 2013
1 parent dff3759 commit 6ad4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tankard/api/style_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

describe "#id" do

it "sets the options[:id] fo the style id passed in" do
it "sets the options[:id] for the style id passed in" do
style.id(1)
style_options = style.instance_variable_get(:"@options")
expect(style_options[:id]).to eql(1)
Expand Down

0 comments on commit 6ad4a08

Please sign in to comment.