Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#383 from ktdreyer/spec-helper-spelling
Browse files Browse the repository at this point in the history
fix a spelling error in spec_helper
  • Loading branch information
mbleigh committed Sep 6, 2013
2 parents 538a7ea + 907da86 commit fe94805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Bundler.setup
rescue Bundler::GemNotFound
raise RuntimeError, "Bundler couldn't find some gems." +
"Did you run \`bundlee install\`?"
"Did you run \`bundle install\`?"
end

Bundler.require
Expand Down

0 comments on commit fe94805

Please sign in to comment.