Skip to content

Commit

Permalink
Merge pull request #69 from ouranos/fix_typo
Browse files Browse the repository at this point in the history
Fix typo and add missing specs
  • Loading branch information
ouranos authored Aug 23, 2016
2 parents 3bce005 + 6fb2dd1 commit 6c1b99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ app_instance.app.tap do |a|
json.app_name a.name
json.app_nid a.nid
json.logo a.logo
json.addOn a.add_on?
json.add_on a.add_on?
end
2 changes: 1 addition & 1 deletion core/spec/models/mno_enterprise/app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module MnoEnterprise
end

describe 'appinfo methods' do
%i(single_billing? coming_soon?).each do |method|
%i(single_billing? coming_soon? add_on?).each do |method|
it { expect(described_class.new).to respond_to(method) }
end
end
Expand Down

0 comments on commit 6c1b99c

Please sign in to comment.