Skip to content

Commit

Permalink
distinguish between ActiveRecord class and plain Ruby classes
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed May 15, 2015
1 parent ecd1dfd commit c56583f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions spec/unit/api_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
require 'models/active_record/default_state.rb'
require 'models/active_record/provided_state.rb'
require 'models/default_state.rb'
require 'models/provided_state.rb'
require 'models/active_record/persisted_state.rb'
require 'models/active_record/provided_and_persisted_state.rb'

Expand Down

0 comments on commit c56583f

Please sign in to comment.