Skip to content

Commit

Permalink
fix(ProfileSpec): typo in profile test (#220)
Browse files Browse the repository at this point in the history
`acces` to `access`
  • Loading branch information
vra authored and Gazler committed Sep 30, 2016
1 parent 5ce73ae commit fd38c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/githug/profile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
end
end

it "allows method acces to getters and setters" do
it "allows method access to getters and setters" do
profile = Githug::Profile.load
profile.level.should eql(nil)
profile.level = 1
Expand Down

0 comments on commit fd38c65

Please sign in to comment.