Skip to content

Commit

Permalink
Update mite-rb specs to match upstream changes in mite-rb v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Apr 3, 2012
1 parent 189e9e3 commit 3393077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mite_ext_spec.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe Mite, 'account_url' do describe Mite, 'account_url' do
it "should return the url for this account" do it "should return the url for this account" do
Mite.account = 'demo' Mite.account = 'demo'
Mite.account_url.should == 'https://demo.mite.yo.lk' Mite.account_url.should == '://demo.mite.yo.lk'
end end
end end


Expand Down

0 comments on commit 3393077

Please sign in to comment.