Skip to content

Commit

Permalink
Merge 5716b39 into bb89fd2
Browse files Browse the repository at this point in the history
  • Loading branch information
CJYate committed Jan 20, 2015
2 parents bb89fd2 + 5716b39 commit 7d56aed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/lib/generators/refinery/engine/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ group :development, :test do
gem 'therubyracer', '~> 0.11.4'
end
end

gem 'rspec-its'
end

# Gems used only for assets and not required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ describe Refinery do
describe "<%= namespacing %>" do
describe "Admin" do
describe "<%= plural_name %>" do
refinery_login_with :refinery

extend Refinery::Testing::FeatureMacros::Authentication

refinery_login_with :refinery_user
<% if (title = attributes.detect { |a| a.type.to_s == "string" }).present? %>
describe "<%= plural_name %> list" do
before do
Expand Down

0 comments on commit 7d56aed

Please sign in to comment.