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

Commit

Permalink
I likey when things aligney.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jun 22, 2011
1 parent b88b5f7 commit f0776c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/user_agents_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
def test(name, version, platform, os, engine, engine_version, source)
it "should parse #{name} #{version} on #{os} with engine #{engine} #{engine_version}" do
agent = UserAgent.new(source)
agent.name.should == name
agent.platform.should == platform
agent.os.should == os
agent.engine.should == engine
agent.version.should == version
agent.name.should == name
agent.platform.should == platform
agent.os.should == os
agent.engine.should == engine
agent.version.should == version
agent.engine_version.should == engine_version
end
end
Expand Down

0 comments on commit f0776c7

Please sign in to comment.