Skip to content

Commit

Permalink
Updated naming conventions for Rails module support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Delsman committed Apr 21, 2009
1 parent 455865e commit 18dc7e1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/whm_xml.rb → lib/whm.rb
Expand Up @@ -7,9 +7,9 @@
require 'parameters' # For parameter requirements in methods
require 'validatable' # For object validation

require 'whm_xml/exceptions'
require 'whm_xml/server'
require 'whm_xml/account'
require 'whm/exceptions'
require 'whm/server'
require 'whm/account'

module Whm
VERSION = '0.3.0'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/server_spec.rb
@@ -1,5 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require 'lib/whm_xml'
require 'lib/whm'

describe Whm::Server do
before do
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
@@ -1,6 +1,5 @@
begin
require 'spec'
require 'factory_girl'
rescue LoadError
require 'rubygems'
gem 'rspec'
Expand Down

0 comments on commit 18dc7e1

Please sign in to comment.