Skip to content

Commit

Permalink
Made minior word and character change.
Browse files Browse the repository at this point in the history
  • Loading branch information
raluxgaza committed Oct 2, 2011
1 parent d10a5a3 commit 3977bd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A sample Gemfile
source "http://rubygems.org"

gem "qtbindings"
gem 'qtbindings'
gem 'htmlentities'
gem 'rest-client'

Expand Down
4 changes: 2 additions & 2 deletions spec/main_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
@app = Qt::Application.new(ARGV)
end

it "must instanciate an app" do
it "must instantiate an app" do
@app.wont_be_nil
end

# after do
# @app.dispose!
# end
end
end
end

0 comments on commit 3977bd7

Please sign in to comment.