Skip to content

Commit

Permalink
Merge pull request #69 from fgrehm/fix-spec-typos
Browse files Browse the repository at this point in the history
Fix spec typos
  • Loading branch information
dkubb committed Feb 14, 2012
2 parents 0db2d83 + dc84bc9 commit 9b6366c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/custom_attributes_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'

describe 'custom attribtues' do
describe 'custom attributes' do

module Virtus
class Coercion
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/defining_attributes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Manager < Person
end

context 'inheritance' do
specify 'inherits all the attribtues from the base class' do
specify 'inherits all the attributes from the base class' do
fred = Examples::Manager.new(:name => 'Fred', :age => 29)
fred.name.should == 'Fred'
fred.age.should == 29
Expand Down

0 comments on commit 9b6366c

Please sign in to comment.