Skip to content

Commit

Permalink
Move actor to the correct namespace
Browse files Browse the repository at this point in the history
Tracking change in curation_concerns 1.0.0.beta2
samvera-deprecated/curation_concerns@502138b
  • Loading branch information
jcoyne committed May 17, 2016
1 parent e99dc54 commit 5487b78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Metrics/LineLength:
Style/IndentationConsistency:
EnforcedStyle: rails

Style/ClassAndModuleChildren:
Enabled: false

Style/Documentation:
Enabled: false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated via
# `rails generate curation_concerns:work GenericWork`
module CurationConcerns
module CurationConcerns::Actors
class GenericWorkActor < CurationConcerns::Actors::BaseActor
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# `rails generate curation_concerns:work GenericWork`
require 'rails_helper'

RSpec.describe CurationConcerns::GenericWorkActor do
RSpec.describe CurationConcerns::Actors::GenericWorkActor do
it "has tests" do
skip "Add your tests here"
end
Expand Down

0 comments on commit 5487b78

Please sign in to comment.